~ruther/emacs.d

ref: 70d6c9b22bad7931c16942810e36d9d721a58599 emacs.d/Makefile -rw-r--r-- 85 bytes
70d6c9b2 — Rutherther fix: no symlink mode for windows 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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