]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - zlib/contrib/puff/Makefile
Imported gcc-4.4.3
[msp430-gcc.git] / zlib / contrib / puff / Makefile
diff --git a/zlib/contrib/puff/Makefile b/zlib/contrib/puff/Makefile
new file mode 100644 (file)
index 0000000..b6b6940
--- /dev/null
@@ -0,0 +1,8 @@
+puff: puff.c puff.h
+       cc -DTEST -o puff puff.c
+
+test: puff
+       puff zeros.raw
+
+clean:
+       rm -f puff puff.o