diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-25 00:35:25 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-25 00:35:30 -0400 |
| commit | 5a346ab4650f37b1e5d47fc8975354eb248fa3b5 (patch) | |
| tree | 61870ce4c82c9dd276ae570c38391866d2f54948 /Makefile | |
| parent | 6366a4b1f1dea523b666944cb82fcd039fa81823 (diff) | |
| download | dpw-5a346ab4650f37b1e5d47fc8975354eb248fa3b5.tar.gz dpw-5a346ab4650f37b1e5d47fc8975354eb248fa3b5.tar.xz | |
Add dmenu script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ all: install: install -m 755 dpw $(PREFIX)/bin/dpw install -m 755 dpw-gpg $(PREFIX)/bin/dpw-gpg + install -m 755 dpw-menu $(PREFIX)/bin/dpw-menu uninstall: - rm "$(PREFIX)/bin/dpw" "$(PREFIX)/bin/dpw-gpg" + rm "$(PREFIX)/bin/dpw" "$(PREFIX)/bin/dpw-gpg" "$(PREFIX)/bin/dpw-menu" |
