diff --git a/Makefile b/Makefile index 5442ada..6e23cdc 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ run-bootstrap: ${BUILD_CONF} ${DEBUG} go run cmd/bootstrap/main.go run: - ${BUILD_CONF} ${DEBUG} go run cmd/service/main.go \ No newline at end of file + ${BUILD_CONF} ${DEBUG} go run cmd/service/*.go \ No newline at end of file