diff --git a/dump1090/Makefile b/dump1090/Makefile index 764a745..b32cd77 100644 --- a/dump1090/Makefile +++ b/dump1090/Makefile @@ -9,7 +9,7 @@ all: dump1090 $(CC) $(CFLAGS) -c $< dump1090: dump1090.o anet.o - $(CC) -g -o dump1090 dump1090.o anet.o /usr/lib/arm-linux-gnueabihf/librtlsdr.so -L -lrtlsdr -lpthread -lm $(LDFLAGS) $(LDLIBS) + $(CC) -g -pthread -o dump1090 dump1090.o anet.o $(LDFLAGS) $(LDLIBS) clean: rm -f *.o dump1090