summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-01 18:52:12 -0500
committerJune McEnroe <june@causal.agency>2018-02-01 18:52:12 -0500
commit83485f7c94e1841ecc5c65edea7398fe9f983511 (patch)
treebfb125b38accdf55b03ecc3bc67ad26c5f474cb6 /bin/Makefile
parentBlank framebuffer with sampled background on exit (diff)
downloadsrc-83485f7c94e1841ecc5c65edea7398fe9f983511.tar.gz
src-83485f7c94e1841ecc5c65edea7398fe9f983511.zip
Add fbatt
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
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