~ruther/emacs.d

ref: 0e8abf8bb9cd4cd597e22a1d472f9613966bf0bb emacs.d/Makefile -rw-r--r-- 85 bytes
0e8abf8b — Rutherther fix: do not se native comp variables if no native comp available a month ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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