Skip to content

Commit

Permalink
Added .PHONY target for CLI rebuilding (#159)
Browse files Browse the repository at this point in the history
- Added .PHONY target to timestamp-cli so that the ClI would be rebulit every time it is run

Signed-off-by: Neil Naveen <[email protected]>

Signed-off-by: Neil Naveen <[email protected]>
  • Loading branch information
neilnaveen authored Nov 30, 2022
1 parent 2aabeaf commit 278e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gosec:
$(GOBIN)/gosec ./...

gen: $(GENSRC)

.PHONY : timestamp-cli
timestamp-cli: $(SRCS)
CGO_ENABLED=0 go build -trimpath -ldflags "$(CLI_LDFLAGS)" -o bin/timestamp-cli ./cmd/timestamp-cli

Expand Down

0 comments on commit 278e111

Please sign in to comment.