projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move gnus and message settings to lisp/, fix byte-compiler warnings
[~bandali/configs]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3b3a23f
..
c36f3ba
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,19
+1,9
@@
-EMACS ?= emacs
-EMACS_ARGUMENTS ?= -Q
+-include lib/borg/borg.mk
-.PHONY: all help clean build build-init quick bootstrap
-.FORCE:
+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
-tangle-init: init.el
-init.el: init.org
- @$(EMACS) $(EMACS_ARGUMENTS) \
- --batch --load org \
- --eval '(org-babel-tangle-file "init.org")' 2>&1
-
-build-init:
- @rm -f init.elc
- @$(EMACS) $(EMACS_ARGUMENTS) \
- --batch -l init.el --eval '(a/build-init)' 2>&1
-
-ti: tangle-init
-bi: build-init
+i: build-init