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