mirror of
https://github.com/0intro/wmii
synced 2024-11-29 17:13:11 +03:00
28 lines
252 B
Makefile
28 lines
252 B
Makefile
|
ROOT= ..
|
||
|
include ${ROOT}/mk/hdr.mk
|
||
|
|
||
|
VERSION=2.0
|
||
|
TARG=libbio
|
||
|
|
||
|
OBJ=\
|
||
|
bbuffered\
|
||
|
bfildes\
|
||
|
bflush\
|
||
|
bgetc\
|
||
|
bgetd\
|
||
|
bgetrune\
|
||
|
binit\
|
||
|
boffset\
|
||
|
bprint\
|
||
|
bvprint\
|
||
|
bputc\
|
||
|
bputrune\
|
||
|
brdline\
|
||
|
brdstr\
|
||
|
bread\
|
||
|
bseek\
|
||
|
bwrite
|
||
|
|
||
|
include ${ROOT}/mk/lib.mk
|
||
|
|