diff --git a/.gitignore b/.gitignore index da9bac5..28ebfae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -./build -./obj +#./build +#./obj #./include diff --git a/build/Sterling.exe b/build/Sterling.exe deleted file mode 100644 index b5e53cf..0000000 Binary files a/build/Sterling.exe and /dev/null differ diff --git a/include/SterlingCompiler.h b/include/SterlingCompiler.h new file mode 100644 index 0000000..e69de29 diff --git a/include/stb_c_lexer.h b/include/stb_header/stb_c_lexer.h similarity index 100% rename from include/stb_c_lexer.h rename to include/stb_header/stb_c_lexer.h diff --git a/include/stb_connected_components.h b/include/stb_header/stb_connected_components.h similarity index 100% rename from include/stb_connected_components.h rename to include/stb_header/stb_connected_components.h diff --git a/include/stb_divide.h b/include/stb_header/stb_divide.h similarity index 100% rename from include/stb_divide.h rename to include/stb_header/stb_divide.h diff --git a/include/stb_ds.h b/include/stb_header/stb_ds.h similarity index 100% rename from include/stb_ds.h rename to include/stb_header/stb_ds.h diff --git a/include/stb_image.h b/include/stb_header/stb_image.h similarity index 100% rename from include/stb_image.h rename to include/stb_header/stb_image.h diff --git a/include/stb_image_write.h b/include/stb_header/stb_image_write.h similarity index 100% rename from include/stb_image_write.h rename to include/stb_header/stb_image_write.h diff --git a/include/stb_include.h b/include/stb_header/stb_include.h similarity index 100% rename from include/stb_include.h rename to include/stb_header/stb_include.h diff --git a/include/stb_leakcheck.h b/include/stb_header/stb_leakcheck.h similarity index 100% rename from include/stb_leakcheck.h rename to include/stb_header/stb_leakcheck.h diff --git a/include/stb_sprintf.h b/include/stb_header/stb_sprintf.h similarity index 100% rename from include/stb_sprintf.h rename to include/stb_header/stb_sprintf.h diff --git a/obj/main.o b/obj/main.o deleted file mode 100644 index 9289905..0000000 Binary files a/obj/main.o and /dev/null differ