summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-08-06 12:51:13 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-08-06 12:51:13 -0400
commit1865067cbbb02c3bb5c27cee18d134cc19bbe0b3 (patch)
tree0d7a268c09c4304a91fa74547a0a9a8ca589c2e8
parenta30419c2781cbfbb87dd3c8b3c832be471afeeb0 (diff)
downloadkd-forest-1865067cbbb02c3bb5c27cee18d134cc19bbe0b3.tar.xz
No need for question marks.
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ae18799..b611bdf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@
# the COPYING file or http://www.wtfpl.net/ for more details. #
#####################################################################
-CC ?= gcc
-CFLAGS ?= -std=c99 -D_POSIX_C_SOURCE=200809L -pipe -g -O3 -flto -Werror -Wall -Wpedantic -Wextra -Wno-sign-compare -Wno-unused-parameter -Wunreachable-code -Wshadow -Wpointer-arith -Wwrite-strings -Wcast-align -Wstrict-prototypes
-LDFLAGS ?= -Wl,-O1,--sort-common,--as-needed,-z,relro
-LIBS ?= -lm -lpng
-RM ?= rm -f
+CC = gcc
+CFLAGS = -std=c99 -D_POSIX_C_SOURCE=200809L -pipe -g -O3 -flto -Werror -Wall -Wpedantic -Wextra -Wno-sign-compare -Wno-unused-parameter -Wunreachable-code -Wshadow -Wpointer-arith -Wwrite-strings -Wcast-align -Wstrict-prototypes
+LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro
+LIBS = -lm -lpng
+RM = rm -f
HEADERS = color.h kd-forest.h options.h util.h