summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-27 15:31:07 -0400
committerJune McEnroe <programble@gmail.com>2017-09-27 15:31:07 -0400
commit26012efbab038618cfe5804c516b3e0f2b3216e5 (patch)
tree2e792af3e2eef658ec972184313a8f7496ef912c
parentRemove README (diff)
downloadsrc-26012efbab038618cfe5804c516b3e0f2b3216e5.tar.gz
src-26012efbab038618cfe5804c516b3e0f2b3216e5.zip
Regenerate gitignore with all
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 97b62613..f2112e29 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -2,7 +2,7 @@ BINS = atch bri dtch hnel jrp pbcopy pbd pbpaste typo wake watch xx
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lcurses -ledit -lutil
 
-all: $(BINS)
+all: $(BINS) .gitignore
 
 atch: dtch
 	ln -f dtch atch
Enroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe