mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-17 12:07:38 -04:00
11 lines
215 B
Makefile
11 lines
215 B
Makefile
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/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
|