summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 58b6c06304..de53f1389f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -21,6 +21,7 @@ all: $(OBJS)
21 @(cd sh-win; $(MAKE)) 21 @(cd sh-win; $(MAKE))
22 @(cd download; $(MAKE)) 22 @(cd download; $(MAKE))
23 @(cd manual; $(MAKE)) 23 @(cd manual; $(MAKE))
24 @(cd tshirt-contest; $(MAKE))
24 25
25main.html: main.t activity.html 26main.html: main.t activity.html
26 27
@@ -31,3 +32,5 @@ index.shtml: main.shtml
31 32
32daily.shtml: daily.t 33daily.shtml: daily.t
33 34
35bugs.html:
36 perl getbugs.pl > bugs.html \ No newline at end of file