X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2add9e3c2f07bdb9234fbf3b84dda6b04d5ed598..89b3361ec25cf1e6d255b14c7633d8375646e4fb:/samples/opengl/makefile.unx?ds=sidebyside diff --git a/samples/opengl/makefile.unx b/samples/opengl/makefile.unx index 09f90c8727..e088e4186f 100644 --- a/samples/opengl/makefile.unx +++ b/samples/opengl/makefile.unx @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.0 (http://bakefile.sourceforge.net) +# Bakefile 0.2.9 (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)