Skip to content

Commit b06d640

Browse files
committed
Update Makefile
1 parent c453668 commit b06d640

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all: clean build test
1616

1717
.PHONY: build
1818
build:
19-
$(GOBUILD) -o $(BIN_NAME) -v $(CMD_PKG)
19+
$(GOBUILD) -o $(BIN_NAME) $(CMD_PKG)
2020

2121
.PHONY: test
2222
test:
@@ -30,4 +30,5 @@ clean:
3030
.PHONY: run
3131
run: clean build
3232
./$(BIN_NAME) -onetime
33-
rm -f ./$(BIN_NAME)
33+
rm -f ./$(BIN_NAME)
34+

0 commit comments

Comments
 (0)