]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/makefile.gcc
I keep running into situations where the old small default window size
[wxWidgets.git] / demos / makefile.gcc
index 2c5f462ca97c01409c5b7e9fabb189728e0f7b7d..1d3013893bc971b2abf0e82f44ea47874e807c2e 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.3 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -32,6 +32,12 @@ all: bombs dbbrowse forty fractal life poem
 
 clean: 
        -if exist .\*.o del .\*.o
+       $(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C dbbrowse -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C forty -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C life -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C poem -f makefile.gcc $(MAKEARGS) clean
 
 bombs: 
        $(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all