Skip to content

Commit

Permalink
Force build with "build-all" by empty dist/*
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Apr 1, 2022
1 parent e72a8a2 commit f99f146
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ help:

build: pull katenary

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
build-all:
rm -f dist/*
$(MAKE) _build-all

_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

pull:
ifneq ($(GO),local)
Expand Down

0 comments on commit f99f146

Please sign in to comment.