summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-27 15:31:07 -0400
committerJune McEnroe <june@causal.agency>2017-09-27 15:31:07 -0400
commitba4b17e5082f9b8978872a48670537e58512b6b9 (patch)
tree392ce3a2e442125f58bb69d654c1effccfe87170 /bin
parentRemove README (diff)
downloadsrc-ba4b17e5082f9b8978872a48670537e58512b6b9.tar.gz
src-ba4b17e5082f9b8978872a48670537e58512b6b9.zip
Regenerate gitignore with all
Diffstat (limited to 'bin')
-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
c16763321061ee64a69&follow=1'>ui-summary.c: Move urls variable into print_urls()Lukas Fleischer 2013-03-20Fix colspan valuesLukas Fleischer 2013-03-20html: check return value of writeJason A. Donenfeld 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping