~ruther/emacs.d

ref: 8512bcaecbb843b091dcec74babdffd3b1559125 emacs.d/Makefile -rw-r--r-- 85 bytes
8512bcae — Rutherther feat: use emacs android prefix for packages as well as termux 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"