]> git.jsancho.org Git - lugaru.git/blob - Dependencies/zlib/contrib/puff/Makefile
CMake: Purge all the bundled dependencies
[lugaru.git] / Dependencies / zlib / contrib / puff / Makefile
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