forked from len0rd/rockbox
Fixed makefiles
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@495 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7488832c7e
commit
96947e3fb8
7 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -Uunix -H -C -V -LL >$@
|
||||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
|
||||
|
||||
SRC := $(wildcard *.t)
|
||||
OBJS := $(SRC:%.t=%.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue