X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbda9e86f0e5ec1184bc16d135bb7205bc99236e..27e6d746496f5a44c1fb062afc8f3f0f296808e6:/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)