We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5051829 commit fb166e9Copy full SHA for fb166e9
.vscode/settings.json
@@ -2,6 +2,5 @@
2
"tailwindCSS.classFunctions": [
3
"cva",
4
"cx"
5
- ],
6
- "cmake.sourceDirectory": "/workspaces/ymjk/jetkvm-native"
+ ]
7
}
Makefile
@@ -49,13 +49,6 @@ build_dev: build_native
49
$(GO_RELEASE_BUILD_ARGS) \
50
-o $(BIN_DIR)/jetkvm_app -v cmd/main.go
51
52
-build_afpacket:
53
- @echo "Building..."
54
- $(GO_CMD) build \
55
- -ldflags="$(GO_LDFLAGS) -X $(KVM_PKG_NAME).builtAppVersion=$(VERSION_DEV)" \
56
- $(GO_RELEASE_BUILD_ARGS) \
57
- -o $(BIN_DIR)/afpacket internal/lldp/cmd/afp.go
58
-
59
build_test2json:
60
$(GO_CMD) build -o $(BIN_DIR)/test2json cmd/test2json
61
0 commit comments