projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
scripts: pull current scripts out of rc.org & clean up
[~bandali/configs]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3b3a23f
..
37c1f3f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,9
+1,6
@@
EMACS ?= emacs
EMACS_ARGUMENTS ?= -Q
EMACS ?= emacs
EMACS_ARGUMENTS ?= -Q
-.PHONY: all help clean build build-init quick bootstrap
-.FORCE:
-
tangle-init: init.el
init.el: init.org
@$(EMACS) $(EMACS_ARGUMENTS) \
tangle-init: init.el
init.el: init.org
@$(EMACS) $(EMACS_ARGUMENTS) \
@@
-11,9
+8,14
@@
init.el: init.org
--eval '(org-babel-tangle-file "init.org")' 2>&1
build-init:
--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
@$(EMACS) $(EMACS_ARGUMENTS) \
--batch -l init.el --eval '(a/build-init)' 2>&1
ti: tangle-init
bi: build-init
+
+clean: FORCE
+ @rm -f init.elc
+
+.PHONY: clean tangle-init build-init
+.FORCE: