X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbda9e86f0e5ec1184bc16d135bb7205bc99236e..f3ff38139d1a9f285f25e5a70cb0f5ad301fd897:/src/makelib.g95 diff --git a/src/makelib.g95 b/src/makelib.g95 index de3e8c583c..7fb95c9b3c 100644 --- a/src/makelib.g95 +++ b/src/makelib.g95 @@ -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