summaryrefslogtreecommitdiff
path: root/www/tshirt-contest/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
commit6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 (patch)
treed11bbebc69df06d60970d05b4816e13d93602f2d /www/tshirt-contest/Makefile
parent8cece5a745f30234bfced4becfd9dfe4ca1047d4 (diff)
downloadrockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.gz
rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.zip
Splitting out www
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/tshirt-contest/Makefile')
-rw-r--r--www/tshirt-contest/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/tshirt-contest/Makefile b/www/tshirt-contest/Makefile
deleted file mode 100644
index 9ac89547cb..0000000000
--- a/www/tshirt-contest/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
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 @(cd winner; $(MAKE))
8
9%.html : %.t
10 $(ACTION) $<