Skip to content

Commit 486804b

Browse files
author
hackrid
committed
adding debug information the the object files
1 parent 07735da commit 486804b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ all : wifirx
22

33
LDFLAGS:=-lX11 -lm -lpthread -lXinerama -lXext
44

5+
6+
%.o: %.c
7+
gcc -c -o $@ $< -g3 -O0
8+
59
wifirx : wifirx.o XDriver.o DrawFunctions.o
610
gcc -o $@ $^ $(LDFLAGS)
711

0 commit comments

Comments
 (0)