ok
This commit is contained in:
parent
fc37292959
commit
f1f8095566
1 changed files with 3 additions and 2 deletions
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
|
@ -19,7 +19,8 @@
|
||||||
{
|
{
|
||||||
"label": "Build & run program",
|
"label": "Build & run program",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cl65 src/main.c -o out/program.c64 && x64sc.exe out/program.c64"
|
"command": "cl65 src/main.c -o out/program.c64 && x64sc.exe out/program.c64",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue