diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-17 08:16:21 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-17 08:16:21 +0000 |
| commit | c421fe8fb87e949bae1860f0d501cf8e89ce0f18 (patch) | |
| tree | 7b2ec26ec674bf864feb80a38aa9b33c7401e479 /src/build.cc | |
| parent | 574708a5f97907c4b4e67788d38f89fac0981b70 (diff) | |
started manifest template
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 |
