ok
This commit is contained in:
parent
fc37292959
commit
f1f8095566
1 changed files with 3 additions and 2 deletions
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
@ -6,7 +6,7 @@
|
|||
"type": "shell",
|
||||
"command": "mkdir out"
|
||||
},
|
||||
{
|
||||
{
|
||||
"label": "Build program",
|
||||
"type": "shell",
|
||||
"command": "cl65 src/main.c -o out/program.c64"
|
||||
|
@ -19,7 +19,8 @@
|
|||
{
|
||||
"label": "Build & run program",
|
||||
"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