Commit | Line | Data |
---|---|---|
0681f90d AB |
1 | -include lib/borg/borg.mk |
2 | ||
3 | bootstrap-borg: | |
4 | @git submodule--helper clone --name borg --path lib/borg \ | |
5 | --url git@github.com:emacscollective/borg.git | |
6 | @cd lib/borg; git symbolic-ref HEAD refs/heads/master | |
7 | @cd lib/borg; git reset --hard HEAD | |
d1da2c8c AB |
8 | |
9 | ta: tangle-init all | |
10 | ||
11 | ti: tangle-init build-init |