X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/444833b32388f4901ab5bc092b210b28230bebbd..d8eff331e23435d9d8d6483a40f6fd9997a13f87:/samples/opengl/makefile.unx diff --git a/samples/opengl/makefile.unx b/samples/opengl/makefile.unx index a97939c02d..894d1320b9 100644 --- a/samples/opengl/makefile.unx +++ b/samples/opengl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.2 (http://bakefile.sourceforge.net) +# Bakefile 0.2.8 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -27,16 +27,16 @@ all: cube isosurf penguin -install: all +install: uninstall: clean: rm -f ./*.o rm -f ./*.d - (cd cube && $(MAKE) clean) - (cd isosurf && $(MAKE) clean) - (cd penguin && $(MAKE) clean) + -(cd cube && $(MAKE) clean) + -(cd isosurf && $(MAKE) clean) + -(cd penguin && $(MAKE) clean) cube: (cd cube && $(MAKE) all)