]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makelib.g95
Fix text placement in statusbar
[wxWidgets.git] / src / makelib.g95
index de3e8c583c9a2777b229b7b571ec393bf6248102..7fb95c9b3c7d2141b03f2c07087e6e7bafb0aa51 100644 (file)
@@ -20,4 +20,7 @@ $(LIBTARGET): $(OBJECTS)
        $(RANLIB) $@
 
 clean:
-       rm -f $(OBJECTS) $(LIBTARGET) core *.rsc *.res
+       -$(RM) $(OBJECTS) core *.rsc *.res
+
+cleanall: clean
+       -$(RM) $(LIBTARGET)
\ No newline at end of file