forked from len0rd/rockbox
Added Makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
62794583ef
commit
34835ccd0e
1 changed files with 9 additions and 0 deletions
9
www/devcon/Makefile
Normal file
9
www/devcon/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
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) $<
|
||||||
Loading…
Add table
Add a link
Reference in a new issue