summaryrefslogtreecommitdiff
path: root/www/tshirt-contest
diff options
context:
space:
mode:
Diffstat (limited to 'www/tshirt-contest')
-rw-r--r--www/tshirt-contest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tshirt-contest/Makefile b/www/tshirt-contest/Makefile
index 751a62f256..9ac89547cb 100644
--- a/www/tshirt-contest/Makefile
+++ b/www/tshirt-contest/Makefile
@@ -4,6 +4,7 @@ SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
5 5
6all: $(OBJS) 6all: $(OBJS)
7 @(cd winner; $(MAKE))
7 8
8%.html : %.t 9%.html : %.t
9 $(ACTION) $< 10 $(ACTION) $<