Fixing the makefile - stop adding pointless defaults

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-22 23:11:29 +01:00
parent fafc755274
commit a4198fc27e

View file

@ -3,7 +3,7 @@ PREFIX := /usr/local
BINDIR := $(PREFIX)/bin
CC ?= clang
CFLAGS += -Wall -I. -Os
CFLAGS += -Wall -I.
#turn on tons of warnings if clang is present
ifeq ($(CC), clang)
CFLAGS += \