From: Bernhard Urban Date: Tue, 31 Jul 2012 20:22:28 +0000 (+0200) Subject: Makefile: don't delete tags file X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=commitdiff_plain;h=1364516f79a765fabd1c207a4902d76c17b71074 Makefile: don't delete tags file --- diff --git a/Makefile b/Makefile index 6dececa..b4be049 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ mate.dbg: Mate.hs ffi/trap.c $(HS_FILES) $(HS_BOOT) ffi/native.o ghc --make $(DEBUGFLAGS) $(GHC_OPT) Mate.hs $(B_DEBUG)/ffi/trap.o -o $@ $(GHC_LD) -outputdir $(B_DEBUG) clean: - rm -rf $(BUILD) mate mate.static mate.dbg tags ffi/native.o \ + rm -rf $(BUILD) mate mate.static mate.dbg ffi/native.o \ tests/*.class Mate/*_stub.* \ jmate/lang/*.class jmate/io/*.class java/io/*.class \ java/lang/{Integer,Character,String,System}.class