Skip to content

Commit f99f146

Browse files
committed
Force build with "build-all" by empty dist/*
1 parent e72a8a2 commit f99f146

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ help:
4949

5050
build: pull katenary
5151

52-
build-all: pull dist dist/katenary-linux-amd64 dist/katenary-linux-arm64 dist/katenary.exe dist/katenary-darwin-amd64 dist/katenary-freebsd-amd64 dist/katenary-freebsd-arm64
52+
build-all:
53+
rm -f dist/*
54+
$(MAKE) _build-all
55+
56+
_build-all: pull dist dist/katenary-linux-amd64 dist/katenary-linux-arm64 dist/katenary.exe dist/katenary-darwin-amd64 dist/katenary-freebsd-amd64 dist/katenary-freebsd-arm64
5357

5458
pull:
5559
ifneq ($(GO),local)

0 commit comments

Comments
 (0)