]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/makefile.gcc
regenerated makefiles
[wxWidgets.git] / samples / html / makefile.gcc
index 877a8ee15bd0b27c9a8231b8b899ac580dc8b55a..b15379e04f43b02d8fe14f635b1c4e3d2539c2a6 100644 (file)
@@ -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