~ruther/emacs.d

ref: 171ea46e65a8e03d88b37a0989e3c7e524ddae0c emacs.d/Makefile -rw-r--r-- 85 bytes
171ea46e — Rutherther feat: csharp functions for yasnippets a year ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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