summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-11 11:11:20 -0500
committerJune McEnroe <june@causal.agency>2018-02-11 11:11:20 -0500
commite0db22e045a6dce5f99d59102ef4be560c8b0a11 (patch)
treebbca233befa94b50fb338b19de82853229a83d8b /bin
parentLink -lncurses (diff)
downloadsrc-e0db22e045a6dce5f99d59102ef4be560c8b0a11.tar.gz
src-e0db22e045a6dce5f99d59102ef4be560c8b0a11.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
Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe 2021-04-30palaver: Exit on getopt failureJune McEnroe 2021-04-30notify: Implement pounce-notifyJune McEnroe