어디서든 빌드가 가능하도록..

This commit is contained in:
2024-08-02 00:15:44 +09:00
parent e62a862e42
commit e0e4b17675

4
.vscode/tasks.json vendored
View File

@@ -8,7 +8,7 @@
"command": "make", "command": "make",
"args": [], "args": [],
"options": { "options": {
"cwd": "${fileDirname}/../build" "cwd": "/home/happytanuki/BumbleCee/build/"
}, },
"group": { "group": {
"kind": "build", "kind": "build",
@@ -24,7 +24,7 @@
".." ".."
], ],
"options": { "options": {
"cwd": "${fileDirname}/../build" "cwd": "/home/happytanuki/BumbleCee/build/"
}, },
"group": { "group": {
"kind": "build", "kind": "build",