mirror of
https://github.com/romychs/Ocean-240.2-Emulator.git
synced 2026-04-21 11:03:21 +03:00
23 lines
552 B
JSON
23 lines
552 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "make (sjasmplus)",
|
|
"type": "shell",
|
|
"command": "sjasmplus",
|
|
"args": [
|
|
"--i8080",
|
|
"--sld=main.sld",
|
|
"--raw=main.obj",
|
|
"--fullpath",
|
|
"--lst",
|
|
"main.asm"
|
|
],
|
|
"problemMatcher": "$problem-matcher-sjasmplus",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |