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
Work on `id`. Still missing some functionality.
[lab.git]
/
Makefile
blob
f5670877805b68303a89dbcdeb5fd69486821c12
1
BIN
=
cat chmod false head id logname pwd sleep true tty uname
2
LIB
=
liblab.a
3
CFLAGS
=-
std
=
c99
-
L.
/ -
llab
4
all
: $(
LIB
) $(
BIN
)
5
clean
:
6
rm
-
f
$(
LIB
) $(
BIN
)
7
8
include
liblab
/
liblab.mk
9