X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b17c1746930b29c13d5bfff0009721cbcefa53f1..adb8a71bbc0ba11aad0b417db24f7267a250b6c3:/samples/opengl/makefile.gcc diff --git a/samples/opengl/makefile.gcc b/samples/opengl/makefile.gcc index 87d536f7bb..2805aa8d6f 100644 --- a/samples/opengl/makefile.gcc +++ b/samples/opengl/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.2 (http://bakefile.sourceforge.net) +# Bakefile 0.1.3 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -32,6 +32,9 @@ all: cube isosurf penguin clean: -if exist .\*.o del .\*.o + $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) clean + $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) clean cube: $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) all