updated Makefiles

This commit is contained in:
sjs 2009-05-24 13:29:25 -07:00
parent d89ab8f1b1
commit 3fad8e3522
2 changed files with 7 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
test:
cd test && make all
.PHONY: test

View file

@ -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