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

i: build-init