X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b17c1746930b29c13d5bfff0009721cbcefa53f1..6cfd7f95f8e4a8add5add71f5046ec50d8bbd67b:/demos/makefile.gcc diff --git a/demos/makefile.gcc b/demos/makefile.gcc index 2c5f462ca9..1d3013893b 100644 --- a/demos/makefile.gcc +++ b/demos/makefile.gcc @@ -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