X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3255f5fbab93ad229178ec1610a180afa35133a..adb8a71bbc0ba11aad0b417db24f7267a250b6c3:/samples/opengl/makefile.gcc diff --git a/samples/opengl/makefile.gcc b/samples/opengl/makefile.gcc index c0b937cb25..2805aa8d6f 100644 --- a/samples/opengl/makefile.gcc +++ b/samples/opengl/makefile.gcc @@ -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