summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2015-06-14 20:48:47 -0400
committerTavian Barnes <tavianator@tavianator.com>2015-06-14 20:48:47 -0400
commit864bdf1b3414ff5402c5b1dbf94319f465626885 (patch)
tree4fa5d893807b93db7de1ac1c718311bca7e1eeca /Makefile
parent72552f880f3ca52c0d98d875b1da783e5a2fa2e7 (diff)
downloadbfs-864bdf1b3414ff5402c5b1dbf94319f465626885.tar.xz
Makefile: Listen to the environment.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ac6b2e7..2a115a4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,10 @@
# the COPYING file or http://www.wtfpl.net/ for more details. #
#####################################################################
-CC := gcc
-CFLAGS := -std=c99 -g -Og -Wall -D_DEFAULT_SOURCE
-LDFLAGS :=
-RM := rm -f
+CC ?= gcc
+CFLAGS ?= -std=c99 -g -Og -Wall -D_DEFAULT_SOURCE
+LDFLAGS ?=
+RM ?= rm -f
DEPS := bftw.h