X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6474416b2ec2a63ebc28548733d93bbe5aded70d..2e8b69c74893bb2256e444fb358c74f3c0c50b2a:/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