fixed broken Makefile (sry - forgot to check Makefile), added RegisterAllocation...
[mate.git] / Makefile
index 191b3cce97b5e30abb9b32e5732c426f96ee1669..08f7d2b28655bc654ef8948435a259a1afd89398 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: mate Test.class
 %.class: %.java
        javac $<
 
-mate: Mate.hs Utilities.hs trap.c
+mate: Mate.hs ./src/Utilities.hs trap.c
        ghc --make -Wall -O2 $^ -o $@
 
 clean: