mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-02 09:29:30 +00:00
Output TEST.REL, not TEST.BIN
This commit is contained in:
parent
cfefa8a21d
commit
25b83b7b61
@ -49,8 +49,8 @@ TESTLIB: testlib.pla $(PLVM) $(PLASM)
|
||||
|
||||
test: test.pla TESTLIB $(PLVM) $(PLASM)
|
||||
./$(PLASM) -AM < test.pla > test.a
|
||||
acme --setpc 4096 -o TEST.BIN test.a
|
||||
./$(PLVM) TEST.BIN MAIN
|
||||
acme --setpc 4096 -o TEST.REL test.a
|
||||
./$(PLVM) TEST.REL MAIN
|
||||
|
||||
debug: test.pla TESTLIB $(PLVM) $(PLASM)
|
||||
./$(PLASM) -AM < test.pla > test.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user