Skip to content

Commit 588959c

Browse files
author
limengxuan
authored
Merge pull request #13 from Project-HAMi/fixMakefile
update Makefile
2 parents 4beb38a + ac69faf commit 588959c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lint: tidy
1212
golangci-lint run
1313

1414
ascend-device-plugin: tidy
15-
$(GO) build $(BUILDARGS) -o ./ascend-device-plugin
15+
$(GO) build $(BUILDARGS) -o ./ascend-device-plugin ./cmd/main.go
1616

1717
clean:
1818
rm -rf ./ascend-device-plugin

0 commit comments

Comments
 (0)