Skip to content

Commit

Permalink
fixed Makefile recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zephinzer committed Aug 10, 2023
1 parent 144b859 commit 706b711
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 @@ -32,7 +32,7 @@ ifeq ("${GOOS}", "windows")
BINARY_EXT := ".exe"
endif

binary: swaggo-docs
binary: docs-swaggo
@echo "building binary for ${APP_NAME} for os/arch $$(go env GOOS)/$$(go env GOARCH)..."
@mkdir -p "${BIN_PATH}"
@go build \
Expand Down

0 comments on commit 706b711

Please sign in to comment.