Skip to content

Commit

Permalink
made the make command output a bit cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
MassiGy committed Apr 28, 2024
1 parent bb160e3 commit b3f576a
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 @@ -34,7 +34,7 @@ launch:
build: clean compile

buildprod:
@make clean
rm -rf bin/*
@echo "Building a static executable..."
CGO_ENABLED=0 go build -a -tags netgo,osusergo -ldflags "-X main.version=${VERSION} -X main.binary_name=${BINARY_NAME} -extldflags '-static -s -w'" -o bin/mmtime cmd/main.go

Expand Down

0 comments on commit b3f576a

Please sign in to comment.