From fb166e9d5813314b71ee898b51c54461fc03ed1c Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Sun, 22 Jun 2025 20:10:52 +0000 Subject: [PATCH] remove build_afpacket from Makefile --- .vscode/settings.json | 3 +-- Makefile | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d610289..eeecce0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,5 @@ "tailwindCSS.classFunctions": [ "cva", "cx" - ], - "cmake.sourceDirectory": "/workspaces/ymjk/jetkvm-native" + ] } \ No newline at end of file diff --git a/Makefile b/Makefile index 26b7af5..659de8c 100644 --- a/Makefile +++ b/Makefile @@ -49,13 +49,6 @@ build_dev: build_native $(GO_RELEASE_BUILD_ARGS) \ -o $(BIN_DIR)/jetkvm_app -v cmd/main.go -build_afpacket: - @echo "Building..." - $(GO_CMD) build \ - -ldflags="$(GO_LDFLAGS) -X $(KVM_PKG_NAME).builtAppVersion=$(VERSION_DEV)" \ - $(GO_RELEASE_BUILD_ARGS) \ - -o $(BIN_DIR)/afpacket internal/lldp/cmd/afp.go - build_test2json: $(GO_CMD) build -o $(BIN_DIR)/test2json cmd/test2json