diff options
| author | June McEnroe <june@causal.agency> | 2018-02-01 00:13:45 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2018-02-01 00:13:45 -0500 |
| commit | f578cb7e069256a3acc8722e35313f01fb6617ca (patch) | |
| tree | 42a8ef38d91369fb98bffbf5beb525f278da8d3c /bin/Makefile | |
| parent | Map \h to sort includes (diff) | |
| download | src-f578cb7e069256a3acc8722e35313f01fb6617ca.tar.gz src-f578cb7e069256a3acc8722e35313f01fb6617ca.zip | |
Add gfxx
Diffstat (limited to '')
| -rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index f1b99edd..13e555c2 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,6 +1,6 @@ ANY_BINS = atch dtch hnel pbcopy pbd pbpaste wake xx BSD_BINS = jrp klon typo watch -LIN_BINS = bri fbclock +LIN_BINS = bri fbclock gfxx ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) CFLAGS += -Wall -Wextra -Wpedantic |