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:
11
loms/Makefile
Normal file
11
loms/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
BINDIR=${CURDIR}/bin
|
||||
PACKAGE=route256/loms
|
||||
|
||||
bindir:
|
||||
mkdir -p ${BINDIR}
|
||||
|
||||
build: bindir
|
||||
echo "build loms"
|
||||
|
||||
run-migrations:
|
||||
echo "run migrations"
|
||||
Reference in New Issue
Block a user