remove ./ from ac

This commit is contained in:
Jeffery Myers 2024-09-02 09:33:35 -07:00
parent 9c79fc4399
commit ebc302f701

2
.vscode/tasks.json vendored
View file

@ -65,7 +65,7 @@
"command": "./premake5"
},
"osx": {
"command": "./premake5.osx"
"command": "premake5.osx"
},
"group": "build"
}