[make] add ta and ti Makefile rules for more convenient tangle/build
authorAmin Bandali <amin@aminb.org>
Sun, 29 Apr 2018 00:33:31 +0000 (20:33 -0400)
committerAmin Bandali <amin@aminb.org>
Sun, 29 Apr 2018 00:33:31 +0000 (20:33 -0400)
Makefile

index 974ffd8..3521a23 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,7 @@ bootstrap-borg:
        --url git@github.com:emacscollective/borg.git
        @cd lib/borg; git symbolic-ref HEAD refs/heads/master
        @cd lib/borg; git reset --hard HEAD
+
+ta: tangle-init all
+
+ti: tangle-init build-init