X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbda9e86f0e5ec1184bc16d135bb7205bc99236e..447325a44f93b92bb1be54542085ddd6875dfff8:/src/makelib.g95 diff --git a/src/makelib.g95 b/src/makelib.g95 index de3e8c583c..882d560429 100644 --- a/src/makelib.g95 +++ b/src/makelib.g95 @@ -7,8 +7,6 @@ # # Include file for Cygwin/Mingw32 libraries -WXDIR = $(WXWIN) - # All common UNIX compiler flags and options are now in # this central makefile. include $(WXDIR)/src/makeg95.env @@ -20,4 +18,7 @@ $(LIBTARGET): $(OBJECTS) $(RANLIB) $@ clean: - rm -f $(OBJECTS) $(LIBTARGET) core *.rsc *.res + -$(RM) $(OBJECTS) core *.rsc *.res + +cleanall: clean + -$(RM) $(LIBTARGET)