]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.g95
Spelling typo fixed in a comment
[wxWidgets.git] / src / msw / makefile.g95
index 82702e3442c7186b611c9a9b0834ab8853102981..dc1890ba3db750383d2589a006dbe8e125bbe209 100644 (file)
@@ -620,6 +620,8 @@ clean:
        -$(RM) ../xpm/*.bak
        -$(RM) ../tiff/*.o
        -$(RM) ../tiff/*.bak
+
+cleanall: clean
        -$(RM) $(WXLIB)
        -$(RM) $(ZLIBLIB)
        -$(RM) $(PNGLIB)
@@ -635,8 +637,3 @@ ifneq "$(strip $(LD_SUPPORTS_SHARED))" "yes"
        -$(RM) wx.exp
 endif
 endif
-
-
-cleanall: clean
-
-