Do not overwrite existing CFLAGS and LDFLAGS

This commit is contained in:
Iain R. Learmonth 2016-05-29 15:55:19 +01:00
parent 209a858a6a
commit 04bf833cd0
1 changed files with 2 additions and 2 deletions

View File

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