mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-12 19:49:05 +00:00
updated makefile
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
22
.vscode/settings.json
vendored
22
.vscode/settings.json
vendored
@@ -1,19 +1,5 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"stdint.h": "c",
|
||||
"gb.h": "c",
|
||||
"version.h": "c"
|
||||
},
|
||||
"actionButtons": {
|
||||
"commands": [
|
||||
{
|
||||
"name": "Clean",
|
||||
"command": "make clean",
|
||||
},
|
||||
{
|
||||
"name": "Build",
|
||||
"command": "make",
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"files.associations": {
|
||||
"stdint.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user