~ruther/emacs.d

ref: 095c7ed7af0c455004332ae44116c8fa181616ad emacs.d/Makefile -rw-r--r-- 85 bytes
095c7ed7 — Rutherther fix: do not report native comp warnings/errors 2 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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