Move MakeFile to root and add build folder to ignore
This commit is contained in:
parent
d44dd8edd0
commit
61340f66c6
|
@ -1,4 +1,5 @@
|
||||||
# For now we ignore what is in root
|
# For now we ignore what is in root
|
||||||
|
**/build
|
||||||
**/bin
|
**/bin
|
||||||
**/iso/Info
|
**/iso/Info
|
||||||
/iso
|
/iso
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
{
|
{
|
||||||
"label": "new make",
|
"label": "new make",
|
||||||
"type": "shell",
|
"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": {
|
"options": {
|
||||||
"cwd": "Code"
|
"cwd": "Code"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue