X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6474416b2ec2a63ebc28548733d93bbe5aded70d..63dd461bc8861f657bbc5d76a97a18d2e77c2da2:/src/makelib.g95 diff --git a/src/makelib.g95 b/src/makelib.g95 index 462cff120d..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) $(OBJECTS) $(LIBTARGET) core *.rsc *.res + -$(RM) $(OBJECTS) core *.rsc *.res + +cleanall: clean + -$(RM) $(LIBTARGET)