diff options
author | June McEnroe <programble@gmail.com> | 2018-02-01 18:52:12 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-01 18:52:12 -0500 |
commit | 072181ad9d919d4aea11b70b439615865804b104 (patch) | |
tree | 93a893f850335e2068a43c46411947280d06d04f /bin/Makefile | |
parent | Blank framebuffer with sampled background on exit (diff) | |
download | src-072181ad9d919d4aea11b70b439615865804b104.tar.gz src-072181ad9d919d4aea11b70b439615865804b104.zip |
Add fbatt
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 6a4902cc..52bca4d4 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 gfxx +LIN_BINS = bri fbatt fbclock gfxx ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) CFLAGS += -Wall -Wextra -Wpedantic |