~ruther/emacs.d

ref: d3c93a3771657e11db562f4a88f870ed7214af87 emacs.d/Makefile -rw-r--r-- 85 bytes
d3c93a37 — Rutherther feat: configure lsp-mode, dap-mode 15 days ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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