Skip to content

Commit 59164fe

Browse files
committed
small fixup
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 30e53c9 commit 59164fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ ifneq ($(BACKEND_LIBS),)
354354
$(MAKE) backend-assets/lib
355355
cp -f $(BACKEND_LIBS) backend-assets/lib/
356356
endif
357+
rm -rf $(BINARY_NAME) || true
357358
CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GOCMD) build -ldflags "$(LD_FLAGS)" -tags "$(GO_TAGS)" -o $(BINARY_NAME) ./
358359
rice append --exec $(BINARY_NAME)
359360

0 commit comments

Comments
 (0)