commit b76066e
Devine Lu Linvega
·
2025-06-27 19:06:15 +0000 UTC
parent 8a017d3
Improved makefile
1 files changed,
+3,
-3
M
makefile
M
makefile
+3,
-3
1@@ -66,10 +66,10 @@ bin/uxn11-debug: src/uxn11.c
2
3 # Tests
4
5-tests: bin/test_opcodes.rom bin/test_system_exp.rom
6-bin/test_opcodes.rom: bin/uxncli bin/drifblim.rom
7+tests: bin/test_opcodes.rom bin/test_system_exp.rom bin/uxncli bin/drifblim.rom
8+bin/test_opcodes.rom: etc/tests/opctest.tal
9 @ bin/uxncli bin/drifblim.rom etc/tests/opctest.tal bin/test_opcodes.rom
10-bin/test_system_exp.rom: bin/uxncli bin/drifblim.rom
11+bin/test_system_exp.rom: etc/tests/system_exp.tal
12 @ bin/uxncli bin/drifblim.rom etc/tests/system_exp.tal bin/test_system_exp.rom
13
14 # Misc