12345678910111213141516171819202122232425 |
- {
- "version": "2.0.0",
- "tasks": [
- {
- "label": "ac632n_spp_and_le",
- "type": "shell",
- "windows": {
- "command": ".vscode/winmk.bat ac632n_spp_and_le"
- },
- "command": "make ac632n_spp_and_le -j`nproc`",
- "problemMatcher": [],
- "group": "build"
- },
- {
- "label": "clean_ac632n_spp_and_le",
- "type": "shell",
- "windows": {
- "command": ".vscode/winmk.bat clean_ac632n_spp_and_le"
- },
- "command": "make clean_ac632n_spp_and_le -j`nproc`",
- "problemMatcher": [],
- "group": "build"
- }
- ]
- }
|