2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-04 04:48:24 +00:00

9 lines
101 B
Makefile
Raw Normal View History

puff: puff.c puff.h
cc -DTEST -o puff puff.c
test: puff
puff zeros.raw
clean:
rm -f puff puff.o