Skip to content

Commit

Permalink
be sure to rebuild binary on build/mackerel-check task
Browse files Browse the repository at this point in the history
make will skip the recipe if the target is newer than dependencies.
  • Loading branch information
lufia committed Sep 14, 2020
1 parent 8b87e25 commit 1caa9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ build:

build/mackerel-check:
mkdir -p build
rm -f build/mackerel-check
go build -ldflags="-s -w -X main.gitcommit=$(CURRENT_REVISION)" \
-o build/mackerel-check

Expand Down

0 comments on commit 1caa9ab

Please sign in to comment.