~ruther/emacs.d

ref: d1c7a7d506bece6c1fe3a8821a36fd88e87dbab6 emacs.d/Makefile -rw-r--r-- 85 bytes
d1c7a7d5 — Rutherther feat: Add projection for compile-multi 25 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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