aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-05-26 17:06:19 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-05-26 17:06:19 +0200
commite1a41976707e7173c41822ab12be343e5763a514 (patch)
treea230e2ebafc3f1e96c4d24096f95c17f545ae930 /Makefile
parentfc90e6f2d49a807f4c869100b18e1e8202c639e9 (diff)
add webtrayctl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 358472e..2c984e1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ clean:
install:
install ./target/webtray ${DESTDIR}/usr/bin/webtray
+ install ./webtrayctl ${DESTDIR}/usr/bin/webtrayctl
.PHONY: build install