Skip to content

Commit 85024fb

Browse files
Update makefile
1 parent a30d929 commit 85024fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FSM_SRC = fsm.c
44
CFLAGS += -I$(UNITY_DIR)
55
CFLAGS += -Iinclude
66
TEST_SRCS = test/test_fsm.c
7-
TEST_OBJS = $(patsubst %.c,%.o,$(TEST_SRCS))
7+
TEST_OBJS = $(patsubst %.c,%.o,$(TEST_SRCS),$(UNITY_SRC),$(FSM_SRC))
88
TEST_BIN = fsm_test
99

1010
test: $(TEST_OBJS)

0 commit comments

Comments
 (0)