0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-01-10 12:00:48 +00:00
SRB2/libs/zlib/contrib/puff/Makefile

9 lines
101 B
Makefile
Raw Normal View History

2014-03-15 16:59:03 +00:00
puff: puff.c puff.h
cc -DTEST -o puff puff.c
test: puff
puff zeros.raw
clean:
rm -f puff puff.o