X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b17c1746930b29c13d5bfff0009721cbcefa53f1..04633c190f5a6eafe607a5712647aaa131522b1f:/samples/html/makefile.gcc diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index 562bf1ea34..b15379e04f 100644 --- a/samples/html/makefile.gcc +++ b/samples/html/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,14 @@ all: about help helpview printing test virtual widget zip clean: -if exist .\*.o del .\*.o + $(MAKE) -C about -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C help -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C test -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) clean about: $(MAKE) -C about -f makefile.gcc $(MAKEARGS) all