mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +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
|
|
|