]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/makefile.gcc
grid/dbgrid was not getting built for inclusion with this project
[wxWidgets.git] / samples / mobile / makefile.gcc
index 03a1ebd0e0dd2c19f5cc70d94b2e7a3979cf0f1a..2c48ab129a2be3a2e6af904beed7fcb94ebaf851 100644 (file)
@@ -32,6 +32,8 @@ all: styles wxedit
 
 clean: 
        -if exist .\*.o del .\*.o
+       $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) clean
+       $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) clean
 
 styles: 
        $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all