This commit is contained in:
Iain Learmonth 2017-01-03 00:13:56 +00:00 committed by GitHub
commit 359b18f4a2
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ all : $(APPS) direwolf.desktop direwolf.conf
@echo " " @echo " "
CC := gcc CC := gcc
CFLAGS := -O3 -pthread -Igeotranz CFLAGS += -O3 -pthread -Igeotranz
LDFLAGS := -lm -lpthread -lrt LDFLAGS += -lm -lpthread -lrt