diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-26 22:24:57 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-26 22:24:57 -0400 |
| commit | fefc6c24ddf29bb29cb7d4c2713a4fde9dab0e25 (patch) | |
| tree | 92936b7c1e56272a75905f2fb7fc8c7f89099ae0 /Makefile | |
| parent | 34d76d7d76f7554f846e59b62e4d21d76a85d970 (diff) | |
| download | dpw-fefc6c24ddf29bb29cb7d4c2713a4fde9dab0e25.tar.gz dpw-fefc6c24ddf29bb29cb7d4c2713a4fde9dab0e25.tar.xz | |
Add 'age' backend. Init functions.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
