diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-11-20 21:29:58 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-11-20 21:29:58 -0500 |
| commit | ab45446a7285c575c126db0acc3ec322b4fc7eb8 (patch) | |
| tree | 45621ff77b3bc6702100dcdd50f53805694e9132 /Makefile | |
| parent | 0feed1f952385b6b041805db01012e5e4140f258 (diff) | |
| download | dpw-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
