From 5007fd7f7150addee29bfc5077fc8b25c1288d59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 26 Apr 2013 17:33:56 +0200 Subject: [PATCH] don't overwrite ldflags/libs env vars --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6a9ccd8..35b825a 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ MINGW = $(findstring MINGW32, $(UNAME)) CC ?= clang # linker flags and optional additional libraries if required -LDFLAGS := -LIBS := -lm +LDFLAGS += +LIBS += -lm CFLAGS += -Wall -Wextra -Werror -fno-strict-aliasing $(OPTIONAL) ifneq ($(shell git describe --always 2>/dev/null),) -- 2.39.2