Skip to content

Commit 490f08c

Browse files
Update makefile
1 parent b831f4c commit 490f08c

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
@@ -8,5 +8,5 @@ TEST_OBJS = $(patsubst %.c,%.o,$(TEST_SRCS))
88
TEST_BIN = fsm_test
99

1010
test: $(TEST_OBJS) $(UNITY_SRC) $(FSM_SRC)
11-
$(CC) $^ -o $(TEST_BIN)
11+
$(CC) $(CFLAGS) $^ -o $(TEST_BIN)
1212
./$(TEST_BIN)

0 commit comments

Comments
 (0)