rockbox/www/tshirt-contest/winner/Makefile
Daniel Stenberg ca913a1be8 the winner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2554 a1c6a512-1295-4272-9138-f99709370657
2002-10-10 08:25:06 +00:00

9 lines
187 B
Makefile

ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I../.. -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)
all: $(OBJS)
%.html : %.t
$(ACTION) $<