~ruther/emacs.d

ref: d8ed3c99bea9ef3e16bcb674f6c401f21b31f53c emacs.d/Makefile -rw-r--r-- 85 bytes
d8ed3c99 — Rutherther fix: Properly find namespace in root directory with csproj 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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