X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Makefile;h=544c07c9ee0e5e5967982db392ec0d9a4614d2af;hp=b9033167dd764159eda5d0945982947257983124;hb=54cb3fb493d24fd644890c5dfc85ce103ecdf39d;hpb=958b6c1e385d85e4231ef62c7dde9cb840cae5c2 diff --git a/Makefile b/Makefile index b903316..544c07c 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,8 @@ 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.dbg tags ffi/native.o tests/*.class Mate/*_stub.* \ + rm -rf $(BUILD) mate mate.static mate.dbg tags ffi/native.o \ + tests/*.class Mate/*_stub.* \ jmate/lang/*.class jmate/io/*.class java/io/*.class \ java/lang/{Integer,Character,String,System}.class