mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
init
This commit is contained in:
13
make/build.mk
Normal file
13
make/build.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user