mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
14 lines
274 B
Makefile
14 lines
274 B
Makefile
.PHONY: build
|
|
|
|
cart-build:
|
|
cd cart && GOOS=linux GOARCH=amd64 make build
|
|
|
|
loms-build:
|
|
cd loms && GOOS=linux GOARCH=amd64 make build
|
|
|
|
notifier-build:
|
|
cd notifier && GOOS=linux GOARCH=amd64 make build
|
|
|
|
comments-build:
|
|
cd comments && GOOS=linux GOARCH=amd64 make build
|