aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cdcddde..12d76a0 100644
--- a/Makefile
+++ b/Makefile
@@ -90,3 +90,7 @@ release-dir-arch:
publish-arch: test pkg/$(ARCH_PACKAGE) pkg/$(ARCH_PACKAGE).minisig release-dir-arch
@scp pkg/$(ARCH_PACKAGE) pkg/$(ARCH_PACKAGE).minisig tozt.net:releases/teleterm/arch
.PHONY: publish-arch
+
+install-arch: pkg/$(ARCH_PACKAGE)
+ @sudo pacman -U pkg/$(ARCH_PACKAGE)
+.PHONY: install-arch