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 0fd53bf94b..651cab9125 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -18,6 +18,7 @@ all: $(OBJS)
18 @(cd internals; $(MAKE)) 18 @(cd internals; $(MAKE))
19 @(cd irc; $(MAKE)) 19 @(cd irc; $(MAKE))
20 @(cd devcon; $(MAKE)) 20 @(cd devcon; $(MAKE))
21 @(cd sh-win; $(MAKE))
21 22
22main.html: main.t activity.html 23main.html: main.t activity.html
23 24