We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98658b1 commit 4f47da5Copy full SHA for 4f47da5
Makefile
@@ -29,7 +29,7 @@ JITBOY_OBJS = main.o
29
JITBOY_OBJS += $(OBJS)
30
JITBOY_OBJS := $(addprefix $(OUT)/, $(JITBOY_OBJS))
31
32
-INSTR_TEST_OBJS = instr_test.o tester.o inputstate.o ref_cpu.o disassembler.o
+INSTR_TEST_OBJS = tester.o inputstate.o ref_cpu.o disassembler.o instr_test.o
33
INSTR_TEST_OBJS += $(OBJS)
34
INSTR_TEST_OBJS := $(addprefix instr-test-, $(INSTR_TEST_OBJS))
35
INSTR_TEST_OBJS := $(addprefix $(OUT)/, $(INSTR_TEST_OBJS))
0 commit comments