summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 21:48:52 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 21:48:52 -0400
commit340c3d7b7cdc71c7878929d1cb85db36c9acf8f3 (patch)
tree54b8972a9d35c349bb9816f0d620a0963cdc8f89 /bin/Makefile
parentRewrite bin.7 and render to plaintext README (diff)
downloadsrc-340c3d7b7cdc71c7878929d1cb85db36c9acf8f3.tar.gz
src-340c3d7b7cdc71c7878929d1cb85db36c9acf8f3.zip
Remove GAMES from BINS
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 7e21d39d..7079aaae 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -3,7 +3,7 @@ PREFIX = ~/.local
 BINS = atch dtch glitch hnel modem open pbcopy pbd pbpaste pngo scheme wake xx
 BINS_BSD = watch
 BINS_LINUX = bri fbatt fbclock
-BINS_ALL = $(BINS) $(BINS_BSD) $(BINS_LINUX) $(GAMES_BSD)
+BINS_ALL = $(BINS) $(BINS_BSD) $(BINS_LINUX)
 
 GAMES_BSD = klon
 GAMES_ALL = $(GAMES_BSD)