diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-23 22:09:07 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-23 22:09:07 +0200 |
| commit | 84ad0403b30f0ec1aecd7ea0c78c8baea7baa454 (patch) | |
| tree | 0c41e27625ef73d2dcc54d17ea9c263857499bf0 /Makefile | |
first sketch of hyprmenu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4d8f12d --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +install: + install ./hyprmenu_path /usr/local/bin/ + install ./hyprmenu_run /usr/local/bin/ + install ./target/release/hyprmenu /usr/local/bin/ + |