source:
vbox/trunk/src/libs/zlib-1.2.1/contrib/puff/Makefile@
29945
Last change on this file since 29945 was 6392, checked in by , 17 years ago | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
1 | puff: puff.c puff.h |
2 | cc -DTEST -o puff puff.c |
3 | |
4 | test: puff |
5 | puff zeros.raw |
6 | |
7 | clean: |
8 | rm -f puff puff.o |
Note:
See TracBrowser
for help on using the repository browser.