~ruther/emacs.d

ref: 81b63b8c7a7787fa2177f871499a6fb90def5a77 emacs.d/Makefile -rw-r--r-- 85 bytes
81b63b8c — Rutherther feat: add vhdl alignment 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
EMACS=emacs
PWD=$(abspath ./)/

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