summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b4ac36f8d3f6822dbee61f137658a3ed7282e2df (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

a: all

i: build-init