mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Remove vararg processing & align stack
This commit is contained in:
parent
0aea081841
commit
3ae187683a
3 changed files with 27 additions and 51 deletions
|
|
@ -6,7 +6,7 @@ LAMAC=../src/lamac
|
|||
.PHONY: check $(TESTS)
|
||||
|
||||
|
||||
check: ctest111 $(TESTS)
|
||||
check: $(TESTS) ctest111
|
||||
|
||||
$(TESTS): %: %.lama
|
||||
@echo "regression/$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue