~ruther/emacs.d

ref: 8a24df3560dab7375fabb0c973f73dc7eff91340 emacs.d/Makefile -rw-r--r-- 85 bytes
8a24df35 — Rutherther feat: add matlab customization to execute inline functions 2 years ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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