~ruther/emacs.d

ref: dd541ed6a24c187c0c023f832c2647c5bce33ca5 emacs.d/Makefile -rw-r--r-- 85 bytes
dd541ed6 — Rutherther fix: show also warnings, fix two outstanding warnings 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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