diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index e694d46..0000000 --- a/Makefile +++ /dev/null @@ -1,13 +0,0 @@ --include lib/borg/borg.mk - -bootstrap-borg: - @git submodule--helper clone --name borg --path lib/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 - -bootstrap: tangle-init - -ta: tangle-init all - -ti: tangle-init build-init |