update makes

This commit is contained in:
Danya Berezun 2023-09-05 20:55:48 +02:00
parent da9bff2045
commit 20cb055883
4 changed files with 17 additions and 10 deletions

View file

@ -6,7 +6,7 @@ LAMAC=../src/lamac
.PHONY: check $(TESTS)
check: ctest111 $(TESTS) expr_tests
check: ctest111 $(TESTS)
$(TESTS): %: %.lama
@echo "regression/$@"
@ -18,10 +18,6 @@ ctest111:
@echo "regression/test111"
@LAMA=../runtime $(LAMAC) test111.lama && cat test111.input | ./test111 > test111.log && diff test111.log orig/test111.log
expr_tests:
make -j8 -C expressions
make -j8 -C deep-expressions
clean:
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES) test111
$(MAKE) clean -C expressions