~ruther/emacs.d

ref: f02633c9efe583d06ea137c4f70cecb2ce47664f emacs.d/Makefile -rw-r--r-- 85 bytes
f02633c9 — Rutherther feat: add ediff copy both to C 1 year, 5 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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