mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
updated Makefiles
This commit is contained in:
parent
d89ab8f1b1
commit
3fad8e3522
2 changed files with 7 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
test:
|
||||
cd test && make all
|
||||
|
||||
|
||||
.PHONY: test
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue