We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4beb38a + ac69faf commit 588959cCopy full SHA for 588959c
1 file changed
Makefile
@@ -12,7 +12,7 @@ lint: tidy
12
golangci-lint run
13
14
ascend-device-plugin: tidy
15
- $(GO) build $(BUILDARGS) -o ./ascend-device-plugin
+ $(GO) build $(BUILDARGS) -o ./ascend-device-plugin ./cmd/main.go
16
17
clean:
18
rm -rf ./ascend-device-plugin
0 commit comments