Commit | Line | Data |
---|---|---|
032726b6 AB |
1 | -include lib/borg/borg.mk |
2 | ||
6b09fc8a AB |
3 | INIT_FILES = early-init.el |
4 | INIT_FILES += init.el | |
5 | INIT_FILES += lisp/bandali-utils.el | |
6 | INIT_FILES += lisp/bandali-org.el | |
7 | INIT_FILES += lisp/bandali-theme.el | |
8 | INIT_FILES += lisp/bandali-ivy.el | |
9 | INIT_FILES += lisp/bandali-eshell.el | |
10 | INIT_FILES += lisp/bandali-ibuffer.el | |
11 | INIT_FILES += lisp/bandali-dired.el | |
12 | INIT_FILES += lisp/bandali-gnus.el | |
13 | INIT_FILES += lisp/bandali-message.el | |
14 | INIT_FILES += lisp/bandali-ebdb.el | |
15 | INIT_FILES += lisp/bandali-erc.el | |
16 | INIT_FILES += lisp/bandali-yasnippet.el | |
17 | ||
032726b6 AB |
18 | bootstrap-borg: |
19 | @git submodule--helper clone --name borg --path lib/borg \ | |
6b09fc8a | 20 | --url https://github.com/emacscollective/borg.git |
032726b6 AB |
21 | @cd lib/borg; git symbolic-ref HEAD refs/heads/master |
22 | @cd lib/borg; git reset --hard HEAD | |
23 | ||
24 | i: build-init |