~ruther/emacs.d

ref: 9745d6f4580a56734eea7f86d3c0bfa924f80ef2 emacs.d/Makefile -rw-r--r-- 85 bytes
9745d6f4 — Rutherther fix: typo 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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