rockbox/www/tshirt-contest/Makefile
Daniel Stenberg 1a7bc7edef build winner too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2557 a1c6a512-1295-4272-9138-f99709370657
2002-10-10 11:35:48 +00:00

10 lines
207 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)
@(cd winner; $(MAKE))
%.html : %.t
$(ACTION) $<