change dir name

This commit is contained in:
chatlanin
2023-05-23 12:13:38 +03:00
parent b0ea45e84d
commit d691c0e655
29 changed files with 60 additions and 78 deletions

3
bin/meson.build Normal file → Executable file
View File

@@ -2,5 +2,6 @@ executable(
'hack',
'main.cpp',
dependencies : deps,
cpp_args: args
cpp_args: args,
include_directories : inc
)