mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
22 lines
527 B
JSON
22 lines
527 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "make (sjasmplus)",
|
|
"type": "shell",
|
|
"command": "sjasmplus",
|
|
"args": [
|
|
"--i8080",
|
|
"--sld=jack.sld",
|
|
"--raw=jack.obj",
|
|
"--fullpath",
|
|
"jack.asm"
|
|
],
|
|
"problemMatcher": "$problem-matcher-sjasmplus",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |