~ruther/emacs.d

ref: 478dd74819aa021b64bb9123c7306be8a7f79b17 emacs.d/Makefile -rw-r--r-- 85 bytes
478dd748 — Rutherther chore: update project.el 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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