7 lines
86 B
Makefile
7 lines
86 B
Makefile
.PHONY: default install
|
|
|
|
default: install
|
|
|
|
install:
|
|
emacs --script install.el --kill
|