~ruther/emacs.d

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

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