From e179727fda5f2a3e3425a7ec33304c2a6b6ec9d6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 11 Sep 2018 21:48:52 -0400 Subject: Remove GAMES from BINS --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') 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) -- cgit 1.4.1