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