Skip to content

Commit 6ea0c30

Browse files
committed
fix build
1 parent 63b8d3a commit 6ea0c30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ ARCHS = amd64 arm64
2525

2626
CLEAN_TARGETS :=
2727
CLEAN_TARGETS += '$(BINARY_NAME)'
28-
CLEAN_TARGETS += bin/
2928
CLEAN_TARGETS += $(foreach os,$(OSES),$(foreach arch,$(ARCHS),$(BINARY_NAME)-$(os)-$(arch)$(if $(findstring windows,$(os)),.exe,)))
3029
CLEAN_TARGETS += $(foreach os,$(OSES),$(foreach arch,$(ARCHS),./npm/$(BINARY_NAME)-$(os)-$(arch)/bin/))
31-
CLEAN_TARGETS += ./npm/$(BINARY_NAME)/.npmrc ./npm/$(BINARY_NAME)/LICENSE.md ./npm/$(BINARY_NAME)/README.md ./npm/$(BINARY_NAME)/bin/
30+
CLEAN_TARGETS += ./npm/$(BINARY_NAME)/.npmrc ./npm/$(BINARY_NAME)/LICENSE.md ./npm/$(BINARY_NAME)/README.md
3231
CLEAN_TARGETS += $(foreach os,$(OSES),$(foreach arch,$(ARCHS),./npm/$(BINARY_NAME)-$(os)-$(arch)/.npmrc))
3332

3433
# The help will print out all targets with their descriptions organized bellow their categories. The categories are represented by `##@` and the target descriptions by `##`.

0 commit comments

Comments
 (0)