9f5c28eaef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@243 a1c6a512-1295-4272-9138-f99709370657
11 lines
203 B
Makefile
11 lines
203 B
Makefile
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) $<
|
|
|
|
index.html: index.t nicks.txt
|