This commit is contained in:
irylkov
2025-03-21 09:40:42 +03:00
commit bbb7597e17
24 changed files with 457 additions and 0 deletions

11
loms/Makefile Normal file
View 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"