2005-09-23 22:39:07 +00: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