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
`pwd` implemented
[lab.git]
/
Makefile
blob
3de3641e6d347f02b0de19b412fbe791eb23472d
1
BIN
=
cat pwd sleep
2
CFLAGS
=-
std
=
c99
3
all
: $(
BIN
)
4
clean
:
5
rm
-
f
$(
BIN
)
6