summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-14 16:46:05 -0400
committerJune McEnroe <june@causal.agency>2017-09-14 16:46:05 -0400
commit40184a1dd5494087e3126b86146c594cfdb0c350 (patch)
tree9b8b651d2f6b290e503538ccbf533b4b872cdad2
parentAdd typing game (diff)
downloadsrc-40184a1dd5494087e3126b86146c594cfdb0c350.tar.gz
src-40184a1dd5494087e3126b86146c594cfdb0c350.zip
Add .gitignore target to bins Makefile
-rw-r--r--bin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 564bfc74..e0933eae 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -36,4 +36,7 @@ link: $(BINS)
 unlink:
 	rm -f $(BINS:%=~/.bin/%)
 
+.gitignore: Makefile
+	echo $(BINS) | tr ' ' '\n' > .gitignore
+
 .PHONY: all clean link unlink
of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick. 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe