fix: Makefile

This commit is contained in:
Mohamed Sohail 2024-10-03 10:43:28 +03:00
parent ffdac26c41
commit 6057208b50
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -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
${BUILD_CONF} ${DEBUG} go run cmd/service/*.go