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 @(cd tshirt-contest; $(MAKE)) @(cd screenshots; $(MAKE)) @(cd digest; $(MAKE)) + @(cd playerhistory; $(MAKE)) head.tmpl: head.t $(ACTION) -DTWIKI $<