rockbox/www/internals/Makefile
Björn Stenberg 1499c39963 Initial version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@43 a1c6a512-1295-4272-9138-f99709370657
2002-03-28 10:06:51 +00:00

9 lines
172 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) $<