Makefile: don't delete tags file
[mate.git] / Makefile
index 6dececa0d35ad99eafa605a74e38a10a24731275..b4be049471295dd275955e4d2662a023f3592902 100644 (file)
--- 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