Move MakeFile to root and add build folder to ignore

This commit is contained in:
jaby 2022-04-24 20:44:31 +02:00
parent d44dd8edd0
commit 61340f66c6
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
# For now we ignore what is in root
**/build
**/bin
**/iso/Info
/iso

View File

@ -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"
},