aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-11-20 21:29:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-11-20 21:29:58 -0500
commitab45446a7285c575c126db0acc3ec322b4fc7eb8 (patch)
tree45621ff77b3bc6702100dcdd50f53805694e9132 /Makefile
parent0feed1f952385b6b041805db01012e5e4140f258 (diff)
downloaddpw-ssm.tar.gz
dpw-ssm.tar.xz
SSM support WIP, I moved to a go backend in a different repossm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index baffd11..c283e96 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,9 @@ install:
install -m 755 dpw $(PREFIX)/bin/dpw
install -m 755 dpw-gpg $(PREFIX)/bin/dpw-gpg
install -m 755 dpw-age $(PREFIX)/bin/dpw-age
+ install -m 755 dpw-ssm $(PREFIX)/bin/dpw-ssm
install -m 755 dpw-menu $(PREFIX)/bin/dpw-menu
uninstall:
rm "$(PREFIX)/bin/dpw" "$(PREFIX)/bin/dpw-gpg" "$(PREFIX)/bin/dpw-menu" \
- "$(PREFIX)/bin/dpw-menu"
+ "$(PREFIX)/bin/dpw-ssm" "$(PREFIX)/bin/dpw-menu"