diff options
author | June McEnroe <june@causal.agency> | 2018-09-11 21:48:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-11 21:48:52 -0400 |
commit | e179727fda5f2a3e3425a7ec33304c2a6b6ec9d6 (patch) | |
tree | 922f4dbbd4c1ed1cfe57e2643ff0490062b91bc0 /bin | |
parent | Rewrite bin.7 and render to plaintext README (diff) | |
download | src-e179727fda5f2a3e3425a7ec33304c2a6b6ec9d6.tar.gz src-e179727fda5f2a3e3425a7ec33304c2a6b6ec9d6.zip |
Remove GAMES from BINS
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 1 | ||||
-rw-r--r-- | bin/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index ac8b1418..e3c78ed3 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -19,5 +19,4 @@ bri fbatt fbclock klon -klon scheme.png 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) |