Skip to content

Commit

Permalink
simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Apr 3, 2024
1 parent da44af2 commit c765e77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ build: ## Builds the CLI
-X ${PACKAGE}/cmd/global.Date=${DATE}" \
-a -tags netgo -o ${OUTPUT_BIN} main.go

run:
go build -o ${OUTPUT_BIN} main.go
run: build
./${OUTPUT_BIN}

clean:
Expand Down

0 comments on commit c765e77

Please sign in to comment.