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