Fixes + more setup, added more directories to clean script.

This commit is contained in:
2023-07-24 18:56:15 -04:00
parent b5cad6e8a1
commit 4a87a42db0
6 changed files with 31 additions and 12 deletions

View File

@ -5,7 +5,7 @@
using namespace gen;
void gen_main()
int gen_main()
{

View File

@ -7,7 +7,7 @@ includes = include_directories(
sources = [ 'gen.bootstrap.cpp' ]
if get_option('buildtype').sartswith('debug')
if get_option('buildtype').startswith('debug')
add_project_arguments('-DBuild_Debug', language : ['c', 'cpp'])