From 3fad8e35222acb7d226acee026ae68c2974751ae Mon Sep 17 00:00:00 2001 From: sjs Date: Sun, 24 May 2009 13:29:25 -0700 Subject: [PATCH] updated Makefiles --- Makefile | 5 +++++ test/Makefile | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c1112fd --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +test: + cd test && make all + + +.PHONY: test \ No newline at end of file diff --git a/test/Makefile b/test/Makefile index 474d305..4bbf149 100644 --- a/test/Makefile +++ b/test/Makefile @@ -51,3 +51,5 @@ clean: @rm -f test_big test_lt test_gt test_ge test_le test_eq test_neq @rm -f test_while test_if test_until test_repeat test_do @rm -f test_for test_break test_print + +.PHONY: clean \ No newline at end of file