X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6474416b2ec2a63ebc28548733d93bbe5aded70d..a92b0cfd2bd0bef75b43c071df0b0e028f360d8e:/src/makelib.g95

diff --git a/src/makelib.g95 b/src/makelib.g95
index 462cff120d..7fb95c9b3c 100644
--- a/src/makelib.g95
+++ b/src/makelib.g95
@@ -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