~ruther/emacs.d

ref: 4434fbbbda12a1ec789051865c4f94e924c75af8 emacs.d/Makefile -rw-r--r-- 85 bytes
4434fbbb — Rutherther feat: add cond-let as a new dependency of magit and more a month ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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