summaryrefslogtreecommitdiff
path: root/www/tshirt-contest/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-21 06:44:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-21 06:44:21 +0000
commitb243e248dffb6377791d94e810b995375feba9ba (patch)
treea67b361933b5e15b5bb60f1807e0db9a20c7bf0c /www/tshirt-contest/Makefile
parent6110c982348854bb752ffe40642f2dcb70223589 (diff)
downloadrockbox-b243e248dffb6377791d94e810b995375feba9ba.tar.gz
rockbox-b243e248dffb6377791d94e810b995375feba9ba.zip
tshirts tshirts tshirts tshirts!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1837 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/tshirt-contest/Makefile')
-rw-r--r--www/tshirt-contest/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/tshirt-contest/Makefile b/www/tshirt-contest/Makefile
new file mode 100644
index 0000000000..751a62f256
--- /dev/null
+++ b/www/tshirt-contest/Makefile
@@ -0,0 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<