summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 02296e8ab9ff43f4c56bd6a9cbd5ec15887203ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-include lib/borg/borg.mk

INIT_FILES  = early-init.el
INIT_FILES += init.el
INIT_FILES += lisp/bandali-utils.el
INIT_FILES += lisp/bandali-org.el
INIT_FILES += lisp/bandali-theme.el
INIT_FILES += lisp/bandali-ivy.el
INIT_FILES += lisp/bandali-eshell.el
INIT_FILES += lisp/bandali-ibuffer.el
INIT_FILES += lisp/bandali-dired.el
INIT_FILES += lisp/bandali-gnus.el
INIT_FILES += lisp/bandali-message.el
INIT_FILES += lisp/bandali-ebdb.el
INIT_FILES += lisp/bandali-erc.el
INIT_FILES += lisp/bandali-yasnippet.el

bootstrap-borg:
	@git submodule--helper clone --name borg --path lib/borg \
	--url https://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