commit:     c19f12fb4e9ebc0cdd0b49ef6c23161db9a5a953
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 23:27:28 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 23:27:28 2022 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-openrc.git/commit/?id=c19f12fb

Makefile: add install target for local installations

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 513142e..62da177 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,8 @@ clean:
 
 .PHONY: compile
 compile: openrc.elc
+
+.PHONY: install
+install: compile
+       $(EMACSCMD) \
+               --eval "(require 'package)" --eval "(package-install-file 
\"$(PWD)\")"

Reply via email to