summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--init.org1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3521a23..e694d46 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ bootstrap-borg:
@cd lib/borg; git symbolic-ref HEAD refs/heads/master
@cd lib/borg; git reset --hard HEAD
+bootstrap: tangle-init
+
ta: tangle-init all
ti: tangle-init build-init
diff --git a/init.org b/init.org
index db1c2f4..1062c17 100644
--- a/init.org
+++ b/init.org
@@ -44,7 +44,6 @@ byte-compiled the packages. Something along these lines should work:
git clone https://github.com/aminb/dotfiles ~/.emacs.d
cd ~/.emacs.d
make bootstrap-borg
-make tangle-init
make bootstrap
make build
#+end_src