aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-25 00:35:25 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-25 00:35:30 -0400
commit5a346ab4650f37b1e5d47fc8975354eb248fa3b5 (patch)
tree61870ce4c82c9dd276ae570c38391866d2f54948 /Makefile
parent6366a4b1f1dea523b666944cb82fcd039fa81823 (diff)
downloaddpw-5a346ab4650f37b1e5d47fc8975354eb248fa3b5.tar.gz
dpw-5a346ab4650f37b1e5d47fc8975354eb248fa3b5.tar.xz
Add dmenu script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 091d068..08f7b42 100644
--- a/Makefile
+++ b/Makefile
@@ -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"