#
# 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
$(RANLIB) $@
clean:
- rm -f $(OBJECTS) $(LIBTARGET) core *.rsc *.res
+ -$(RM) $(OBJECTS) core *.rsc *.res
+
+cleanall: clean
+ -$(RM) $(LIBTARGET)