Skip to content

Commit

Permalink
removed docs-swaggo dependency on Makefile binary recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zephinzer committed Aug 10, 2023
1 parent 706b711 commit e06c29a
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: docs-swaggo
binary:
@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 e06c29a

Please sign in to comment.