scratch: Translation scheme latex/literal haskell setup. Translation.lhs should conta...
[mate.git] / Makefile
index c1712678a767f1f2d41ca01f3a7848e5b08af1e7..d82965ede391d5f81659373be083723d7bcefcfc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ GHC_LD := -optl-Xlinker -optl-x
 all: mate $(CLASS_FILES)
 
 test: mate $(CLASS_FILES)
-       ./$<
+       ./$< tests/Fib.class
 
 %.class: %.java
        $(JAVAC) $<
@@ -26,7 +26,7 @@ mate: Mate.hs ffi/trap.c $(HS_FILES)
        ghc --make $(GHC_OPT) Mate.hs ffi/trap.c -o $@ $(GHC_LD)
 
 clean:
-       rm -f {Mate/,}*.hi {Mate/,ffi,}*.o mate tests/*.class
+       rm -f {Mate/,}*.hi {Mate/,ffi/,}*.o mate tests/*.class
 
 ghci: mate
        ghci $(PACKAGES) $(O_FILES) Mate.hs $(GHC_LD)