9 lines
161 B
Meson
9 lines
161 B
Meson
# Main executable script
|
|
install_data(
|
|
'cthulhu.py',
|
|
rename: 'cthulhu',
|
|
install_dir: get_option('bindir'),
|
|
install_mode: 'rwxr-xr-x'
|
|
)
|
|
|
|
subdir('cthulhu') |