summaryrefslogtreecommitdiffstats
path: root/www/schematics/Makefile
blob: 5ec9d50aa57f3a1f04a12045da2b0112b8960ba5 (plain)
1
2
3
4
5
6
7
8
9
ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@

SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)

all: $(OBJS)

%.html : %.t
	$(ACTION) $<