We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07735da commit 486804bCopy full SHA for 486804b
Makefile
@@ -2,6 +2,10 @@ all : wifirx
2
3
LDFLAGS:=-lX11 -lm -lpthread -lXinerama -lXext
4
5
+
6
+%.o: %.c
7
+ gcc -c -o $@ $< -g3 -O0
8
9
wifirx : wifirx.o XDriver.o DrawFunctions.o
10
gcc -o $@ $^ $(LDFLAGS)
11
0 commit comments