~ruther/emacs.d

ref: 520ed2eb8a2a780c433e4db6bbcb4c17d1d4cbf0 emacs.d/Makefile -rw-r--r-- 85 bytes
520ed2eb — Rutherther fix: Properly find .NET namespace for a file 11 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

.PHONY: run
run:
	$(EMACS) --init-directory "$(PWD)"
Do not follow this link