diff --git a/c_language_codegen.cpp b/codegen_c_language.cpp similarity index 100% rename from c_language_codegen.cpp rename to codegen_c_language.cpp diff --git a/main.cpp b/main.cpp index 91dab3a..f8a3140 100644 --- a/main.cpp +++ b/main.cpp @@ -112,8 +112,7 @@ For modules it's a bit different cause they should be distributed as valid. #include "typechecking.h" #include "typechecking.cpp" #include "compiler.cpp" - -#include "c_language_codegen.cpp" +#include "codegen_c_language.cpp" int main(int argument_count, char **arguments){