updated makefile

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2023-11-20 16:56:49 +01:00
parent 14b3c286e2
commit 7c440e4523
6 changed files with 30 additions and 28 deletions

22
.vscode/settings.json vendored
View File

@@ -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"
}
}