Files
3ybactuk-marketplace-go-ser…/comments/Makefile
irylkov bbb7597e17 init
2025-03-21 09:40:42 +03:00

13 lines
155 B
Makefile

BINDIR=${CURDIR}/bin
PACKAGE=route256/comments
bindir:
mkdir -p ${BINDIR}
build: bindir
echo "build comments"
run-migrations:
echo "run migrations"