Skip to content

Commit 4f47da5

Browse files
committed
Fix build target order to get submodule
1 parent 98658b1 commit 4f47da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ JITBOY_OBJS = main.o
2929
JITBOY_OBJS += $(OBJS)
3030
JITBOY_OBJS := $(addprefix $(OUT)/, $(JITBOY_OBJS))
3131

32-
INSTR_TEST_OBJS = instr_test.o tester.o inputstate.o ref_cpu.o disassembler.o
32+
INSTR_TEST_OBJS = tester.o inputstate.o ref_cpu.o disassembler.o instr_test.o
3333
INSTR_TEST_OBJS += $(OBJS)
3434
INSTR_TEST_OBJS := $(addprefix instr-test-, $(INSTR_TEST_OBJS))
3535
INSTR_TEST_OBJS := $(addprefix $(OUT)/, $(INSTR_TEST_OBJS))

0 commit comments

Comments
 (0)