Skip to content

Commit fb166e9

Browse files
committed
remove build_afpacket from Makefile
1 parent 5051829 commit fb166e9

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"tailwindCSS.classFunctions": [
33
"cva",
44
"cx"
5-
],
6-
"cmake.sourceDirectory": "/workspaces/ymjk/jetkvm-native"
5+
]
76
}

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ build_dev: build_native
4949
$(GO_RELEASE_BUILD_ARGS) \
5050
-o $(BIN_DIR)/jetkvm_app -v cmd/main.go
5151

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-
5952
build_test2json:
6053
$(GO_CMD) build -o $(BIN_DIR)/test2json cmd/test2json
6154

0 commit comments

Comments
 (0)