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

ta: tangle-init all

ti: tangle-init build-init