summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: e694d4655f47f61ee6cc88b0d85f088e1d85018a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
-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