diff options
Diffstat (limited to 'src/build.cc')
| -rw-r--r-- | src/build.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.cc b/src/build.cc index c378dda..adbfec5 100644 --- a/src/build.cc +++ b/src/build.cc @@ -16,4 +16,4 @@ void build(std::filesystem::path build_dir) { if (lua_build(build_dir.c_str())) { return; } } std::cout << print_error << "no usable build system was found\n"; -} +}
\ No newline at end of file |
