diff --git a/meson.build b/meson.build index 2c824ab..3e6f611 100644 --- a/meson.build +++ b/meson.build @@ -2,10 +2,10 @@ project('zlevis', license: 'GPL3', version: '1') # Define bindir -bindir=join_paths(get_option('prefix'), get_option('bindir')) +bindir = join_paths(get_option('prefix'), get_option('bindir')) # Define bins list -bins=[] +bins = [] # Define subdir with bins subdir('src')