Include asset build into makefile
This commit is contained in:
parent
958ce0e7fd
commit
b758d7528e
|
@ -0,0 +1,5 @@
|
|||
all clean rebuild: always
|
||||
$(MAKE) $(MAKECMDGOALS) -C assets
|
||||
$(MAKE) $(MAKECMDGOALS) -C application
|
||||
|
||||
always: ;
|
|
@ -17,19 +17,6 @@
|
|||
"isDefault": true
|
||||
},
|
||||
"options": {
|
||||
"cwd": "application",
|
||||
"env": {
|
||||
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "build assets",
|
||||
"type": "shell",
|
||||
"command": "wsl make ${input:target} BUILD_PROFILE=${input:build profile} JABY_ENGINE_DIR=$(wslpath ${env:JABY_ENGINE_PATH})",
|
||||
"group": "build",
|
||||
"options": {
|
||||
"cwd": "assets",
|
||||
"env": {
|
||||
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue