]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.gcc
Patch #940808: Updated list of contributors according to the list available at www...
[wxWidgets.git] / samples / opengl / makefile.gcc
index c0b937cb253cab0d4411a959f1c7b6abf393a704..2805aa8d6f70ded3807bc519160740f656c27f8f 100644 (file)
@@ -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