diff options
Diffstat (limited to 'contrib/puff/Makefile')
-rw-r--r-- | contrib/puff/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/puff/Makefile b/contrib/puff/Makefile new file mode 100644 index 0000000..b6b6940 --- /dev/null +++ b/contrib/puff/Makefile | |||
@@ -0,0 +1,8 @@ | |||
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 | ||