Include Enjoyable and Rogue 1980 sites.
[yukkurigames.com.git] / Makefile
index 34f9a3b..cab91ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ GIT_REMOTE := http://git.yukkurigames.com
 
 SUBPROJECTS := 123456789 choicecss heroik matrixcreatrix mlpccg webcart1000 labelle
 
+.PHONY: all clean superclean update
+
 all: $(ICONS) 
 
 $(SUBPROJECTS):
@@ -35,3 +37,5 @@ update:
 clean:
        $(RM) $(ICONS)
 
+superclean: clean
+       $(RM) -r $(SUBPROJECTS)