mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
BINDIR=${CURDIR}/bin
|
|
PACKAGE=route256/cart
|
|
|
|
bindir:
|
|
mkdir -p ${BINDIR}
|
|
|
|
build: bindir
|
|
echo "build cart"
|