aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-26 22:24:57 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-26 22:24:57 -0400
commitfefc6c24ddf29bb29cb7d4c2713a4fde9dab0e25 (patch)
tree92936b7c1e56272a75905f2fb7fc8c7f89099ae0 /Makefile
parent34d76d7d76f7554f846e59b62e4d21d76a85d970 (diff)
downloaddpw-fefc6c24ddf29bb29cb7d4c2713a4fde9dab0e25.tar.gz
dpw-fefc6c24ddf29bb29cb7d4c2713a4fde9dab0e25.tar.xz
Add 'age' backend. Init functions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08f7b42..baffd11 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,9 @@ all:
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-menu $(PREFIX)/bin/dpw-menu
uninstall:
- rm "$(PREFIX)/bin/dpw" "$(PREFIX)/bin/dpw-gpg" "$(PREFIX)/bin/dpw-menu"
+ rm "$(PREFIX)/bin/dpw" "$(PREFIX)/bin/dpw-gpg" "$(PREFIX)/bin/dpw-menu" \
+ "$(PREFIX)/bin/dpw-menu"