X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=69884dc212cc7bcbe9257279eacb308fbb2f92ce;hb=8fef0c0cd0b24e62261cdc3a63106853373b6faf;hp=d82965ede391d5f81659373be083723d7bcefcfc;hpb=9942a779613934ef0127361ac742fd5a23a5ffaf;p=mate.git diff --git a/Makefile b/Makefile index d82965e..69884dc 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ all: mate $(CLASS_FILES) test: mate $(CLASS_FILES) ./$< tests/Fib.class + ./$< tests/Fac.class %.class: %.java $(JAVAC) $<