Add a Makefile to run install.el easily

This commit is contained in:
Evie Litherland-Smith 2024-04-17 13:00:18 +01:00
parent 01153fe87c
commit f6300dad9c

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: default install
default: install
install:
emacs --script install.el --kill