summaryrefslogtreecommitdiff
path: root/contrib/puff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/puff/Makefile')
-rw-r--r--contrib/puff/Makefile8
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 @@
1puff: puff.c puff.h
2 cc -DTEST -o puff puff.c
3
4test: puff
5 puff zeros.raw
6
7clean:
8 rm -f puff puff.o