X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/444833b32388f4901ab5bc092b210b28230bebbd..eb7b690a4f6268d569d6cd52c51e13982aca094e:/samples/mobile/makefile.unx diff --git a/samples/mobile/makefile.unx b/samples/mobile/makefile.unx index ee26f66eea..f9847f564d 100644 --- a/samples/mobile/makefile.unx +++ b/samples/mobile/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.2 (http://bakefile.sourceforge.net) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -27,15 +27,15 @@ all: styles wxedit -install: all +install: uninstall: clean: rm -f ./*.o rm -f ./*.d - (cd styles && $(MAKE) clean) - (cd wxedit && $(MAKE) clean) + -(cd styles && $(MAKE) clean) + -(cd wxedit && $(MAKE) clean) styles: (cd styles && $(MAKE) all)