diff --git a/.gitignore b/.gitignore index d4ba8961..c78651f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # For now we ignore what is in root +**/build **/bin **/iso/Info /iso diff --git a/JabyEngine.code-workspace b/JabyEngine.code-workspace index aa92f003..8f8dc282 100644 --- a/JabyEngine.code-workspace +++ b/JabyEngine.code-workspace @@ -40,7 +40,7 @@ { "label": "new make", "type": "shell", - "command": "wsl make ${input:target} -f NewMakefile BUILD_PROFILE=${input:build_profile}", + "command": "wsl make ${input:target} -f ../Makefile BUILD_PROFILE=${input:build_profile}", "options": { "cwd": "Code" }, diff --git a/Code/NewMakefile b/Makefile similarity index 100% rename from Code/NewMakefile rename to Makefile