Skip to content

Commit 2042245

Browse files
committed
Add minor change to tools/unity/Makefile
1 parent 0de71bb commit 2042245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unity/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ LIB = libamast.a
8383
all: test lib
8484

8585
test: $(OBJ)
86-
$(CC) $(CFLAGS) -ggdb -o amast_test $(OBJ)
86+
$(CC) $(CFLAGS) -ggdb $(OBJ) -o amast_test
8787
./amast_test
8888

8989
clean:

0 commit comments

Comments
 (0)