commit a14f8e8ee4c96e0510a9a85dc3b11e661c68c263 parent e5e4be834c69ef1bd2e9a24fd70f58ae55d14709 Author: Natasha Kerensikova <natacha@instinctive.eu> Date: Sat, 14 Sep 2013 17:09:32 +0200 Makefile: don't override $(CC), $(CFLAGS) or $(LDFLAGS) Diffstat:
M | Makefile | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -16,9 +16,9 @@ DEPDIR=depends ALLDEPS=$(DEPDIR)/all -CFLAGS=-g -O3 -Wall -Wextra -Werror -LDFLAGS=-g -O3 -Wall -Wextra -Werror -CC=gcc +CFLAGS?=-g -O3 -Wall -Wextra -Werror +LDFLAGS?=-g -O3 -Wall -Wextra -Werror +CC?=gcc all: filewatcherd