summaryrefslogtreecommitdiff
path: root/www/tshirt-contest/Makefile
diff options
context:
space:
mode:
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) $<