Skip to content

Commit 04b2b29

Browse files
yvie-kweirdNox
authored andcommitted
Fix Makefile for gcc
1 parent 5b95643 commit 04b2b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gdb-module.so: gdb-module.c emacs-module.h gdbwire.c
88
$(CC) -Wall -Wextra -Wno-unused-parameter $(RELEASE_FLAGS) -fPIC -shared $< -o $@
99

1010
testbed.out: testbed.c
11-
$(CC) $(DEBUG_FLAGS) -lpthread $< -o $@
11+
$(CC) $(DEBUG_FLAGS) $< -lpthread -o $@
1212

1313
clean:
1414
rm -f *.out *.so *.elc

0 commit comments

Comments
 (0)