]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/makefile.mic
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / samples / minimal / makefile.mic
index b366facc34b5e5518a110e969bf262e5e16a33fb..f560e6912d84457eda9d96360566f5a43914790b 100644 (file)
@@ -86,3 +86,6 @@ cleanwx:
 
 wx:
        @pushd $(WXDIR)/src/msw; make -f makefile.mic all; popd
+
+wxfull:
+       @pushd $(WXDIR)/src/msw; make -f makefile.mic cleanwx all; popd