summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-11 11:11:20 -0500
committerJune McEnroe <programble@gmail.com>2018-02-11 11:11:20 -0500
commit57ead3c027c343c4625cc936c8e08a542770384f (patch)
treee415568331df85ecfef333500122f8d54478ad34 /bin/Makefile
parentLink -lncurses (diff)
downloadsrc-57ead3c027c343c4625cc936c8e08a542770384f.tar.gz
src-57ead3c027c343c4625cc936c8e08a542770384f.zip
Only set GFX if unset
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
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