X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3255f5fbab93ad229178ec1610a180afa35133a..ca16b7a98e70752eb57448571d7223052834550f:/samples/mobile/makefile.gcc diff --git a/samples/mobile/makefile.gcc b/samples/mobile/makefile.gcc index 03a1ebd0e0..2c48ab129a 100644 --- a/samples/mobile/makefile.gcc +++ b/samples/mobile/makefile.gcc @@ -32,6 +32,8 @@ all: styles wxedit clean: -if exist .\*.o del .\*.o + $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean styles: $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all