X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3255f5fbab93ad229178ec1610a180afa35133a..1cfac5b878691beffaccb9c3fc0214b1934e39ce:/samples/html/makefile.gcc?ds=sidebyside diff --git a/samples/html/makefile.gcc b/samples/html/makefile.gcc index 877a8ee15b..b15379e04f 100644 --- a/samples/html/makefile.gcc +++ b/samples/html/makefile.gcc @@ -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