From 340c3d7b7cdc71c7878929d1cb85db36c9acf8f3 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 11 Sep 2018 21:48:52 -0400 Subject: Remove GAMES from BINS --- bin/.gitignore | 1 - bin/Makefile | 2 +- 2 files changed, 1 insertion(+), 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) -- cgit 1.4.1 ream'>upstream libtls for OpenSSL
about summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Collapse)Author
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe