| 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 |
| 8 | |
| 9 | i: build-init |