Mate.hs now uses lately introduced Utilities lookupMethod
[mate.git] / Makefile
index 7bc23cfc42fe8bf023ba07e6cb825eab0ecbd8b9..191b3cce97b5e30abb9b32e5732c426f96ee1669 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: mate Test.class
 %.class: %.java
        javac $<
 
-mate: Mate.hs trap.c
+mate: Mate.hs Utilities.hs trap.c
        ghc --make -Wall -O2 $^ -o $@
 
 clean: