summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b1a971a382..8c0521fcc1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -29,6 +29,7 @@ all: $(OBJS) head.tmpl
29 @(cd tshirt-contest; $(MAKE)) 29 @(cd tshirt-contest; $(MAKE))
30 @(cd screenshots; $(MAKE)) 30 @(cd screenshots; $(MAKE))
31 @(cd digest; $(MAKE)) 31 @(cd digest; $(MAKE))
32 @(cd playerhistory; $(MAKE))
32 33
33head.tmpl: head.t 34head.tmpl: head.t
34 $(ACTION) -DTWIKI $< 35 $(ACTION) -DTWIKI $<