diff options
author | adnano <me@adnano.co> | 2024-05-02 21:40:46 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-02 21:40:46 -0400 |
commit | 477c0419b4a06b286bf09405e44c5fdc36e44b2f (patch) | |
tree | b469ab7dc8ef2cdc5c13cacdf4c24906a4f35b4c /meson.build | |
parent | 41e8599392a543a537f15447e20fd7bc8d8f2297 (diff) | |
download | wmenu-477c0419b4a06b286bf09405e44c5fdc36e44b2f.tar.gz |
Remove wmenu_run script
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 552e1f8..6a745aa 100644 --- a/meson.build +++ b/meson.build @@ -33,8 +33,6 @@ rt = cc.find_library('rt') subdir('protocols') subdir('docs') -install_data('wmenu_run', install_dir: get_option('bindir')) - executable( 'wmenu', files( |