From c19f12fb4e9ebc0cdd0b49ef6c23161db9a5a953 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 8 Jul 2022 01:27:28 +0200 Subject: Makefile: add install target for local installations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- 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)\")" -- cgit v1.2.3-65-gdbad