Move MakeFile to root and add build folder to ignore
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user