repo.or.cz
/
lab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Major `cat` improvements
[lab.git]
/
Makefile
blob
6497ce8a974cdf13b01c856211f8c9bf2ecb5f2b
1
.POSIX
:
2
BIN
=
cat chmod false head id logname pwd sleep true tty uname
3
LIB
=
liblab.a
4
CFLAGS
=-
std
=
c99
-
L.
/ -
llab
5
all
: $(
LIB
) $(
BIN
)
6
clean
:
7
rm
-
f
$(
LIB
) $(
BIN
)
8
9
include
liblab
/
liblab.mk
10