Remove vararg processing & align stack

This commit is contained in:
Roman Venediktov 2024-02-02 17:24:40 +01:00
parent 0aea081841
commit 3ae187683a
3 changed files with 27 additions and 51 deletions

View file

@ -6,7 +6,7 @@ LAMAC=../src/lamac
.PHONY: check $(TESTS)
check: ctest111 $(TESTS)
check: $(TESTS) ctest111
$(TESTS): %: %.lama
@echo "regression/$@"