From 57ead3c027c343c4625cc936c8e08a542770384f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Feb 2018 11:11:20 -0500 Subject: Only set GFX if unset --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index f9c5811c..708860c6 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -2,7 +2,7 @@ ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste wake xx BSD_BINS = jrp klon typo watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) -GFX = none +GFX ?= none CFLAGS += -Wall -Wextra -Wpedantic LDLIBS = -ledit -lncurses -lutil -lz -- cgit 1.4.1