summaryrefslogtreecommitdiffstats
path: root/www/tshirt-contest/Makefile
blob: 9ac89547cb4a4ff24bfc66a9ffadff0030b82748 (plain)
1
2
3
4
5
6
7
8
9
10
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) $<