commit 985a96431a17738261474e75fc1eb4e3ee6c8de8 parent 46fb243f5b9628823f71a792098202e9eaa19f14 Author: z3bra <willy@mailoo.org> Date: Sat Dec 6 15:11:33 2014 Makefile: fixed CC affectation Diffstat: Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,8 +1,8 @@ PREFIX:=/usr MANPREFIX:=$(PREFIX)/share/man -CC ?= cc -LD = $(CC) +CC := cc +LD := $(CC) CFLAGS += -std=c99 -pedantic -Wall -Os LDFLAGS += -lxcb