~ruther/emacs.d

ref: 62f8db40653fb949c8a00ce5941b3787bcd27382 emacs.d/Makefile -rw-r--r-- 85 bytes
62f8db40 — Rutherther feat: add popper 9 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link