Remove zlib from the llvm tarball. This is only used (in theory by povray-31
[oota-llvm.git] / runtime / 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