X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c9f8f91cd62335261ee29762747218f28d129de..9dbadebe924436c3c658fb5a51c3a22fd9ca8c91:/samples/opengl/makefile.gcc diff --git a/samples/opengl/makefile.gcc b/samples/opengl/makefile.gcc index fd7c1f7be4..d405dd4539 100644 --- a/samples/opengl/makefile.gcc +++ b/samples/opengl/makefile.gcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.8 (http://bakefile.sourceforge.net) +# Bakefile 0.1.9 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -35,6 +35,7 @@ all: cube isosurf penguin clean: -if exist .\*.o del .\*.o + -if exist .\*.d del .\*.d $(MAKE) -C cube -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C isosurf -f makefile.gcc $(MAKEARGS) clean $(MAKE) -C penguin -f makefile.gcc $(MAKEARGS) clean @@ -51,3 +52,5 @@ penguin: .PHONY: all clean cube isosurf penguin +# Dependencies tracking: +-include ./*.d