Skip to content

Commit

Permalink
Add a specific make-clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Sep 29, 2024
1 parent a286314 commit 68fe28d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "make-clean",
"type": "shell",
"command": "make clean",
"options": {
"cwd": "Source/"
},
"problemMatcher": []
},
{
"label": "make-debug",
"type": "shell",
Expand Down

0 comments on commit 68fe28d

Please sign in to comment.