~ruther/emacs.d

ref: 418e72e131489462874826117bf68cd36924508d emacs.d/Makefile -rw-r--r-- 85 bytes
418e72e1 — Rutherther feat: add flymake ghdl backend 4 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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