1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/lib/zlib/contrib/puff/Makefile
2008-10-12 18:29:36 +02:00

9 lines
101 B
Makefile

puff: puff.c puff.h
cc -DTEST -o puff puff.c
test: puff
puff zeros.raw
clean:
rm -f puff puff.o