mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
update makefile to include colour printing, correctly dispose of all files and use the basename for the project name
This commit is contained in:
15
.vscode/tasks.json
vendored
Normal file
15
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "(dbg) compile linux-x86_64",
|
||||
"type": "shell",
|
||||
"command": "DEBUG=1 make linux-x86_64",
|
||||
},
|
||||
{
|
||||
"label": "(dbg) compile win-x86_64",
|
||||
"type": "shell",
|
||||
"command": "DEBUG=1 make win-x86_64",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user