From ab45446a7285c575c126db0acc3ec322b4fc7eb8 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 20 Nov 2022 21:29:58 -0500 Subject: SSM support WIP, I moved to a go backend in a different repo --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit v1.2.3