Fixed red build...
[kugel-rb.git] / www / mods / Makefile
blob751a62f25619078d9b0617300430e27f6200e8ee
1 ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
3 SRC := $(wildcard *.t)
4 OBJS := $(SRC:%.t=%.html)
6 all: $(OBJS)
8 %.html : %.t
9 $(ACTION) $<