blob: 2b6b2e27d56bd09a4d6731d1a4a312ced910a7a9 [file] [log] [blame]
TOPDIR = ..
A_TARGET = images.a
SRCS += penguin.c
include $(TOPDIR)/Rules.make
%.c: %.pbm
../pnmtohex/pnmtohex $< $* > $@
%.c: %.pgm
../pnmtohex/pnmtohex $< $* > $@
%.c: %.ppm
../pnmtohex/pnmtohex $< $* > $@
%.c: %.pnm
../pnmtohex/pnmtohex $< $* > $@
clean::
$(RM) $(SRCS)