Files
games/Makefile
2025-09-03 22:50:32 -04:00

15 lines
236 B
Makefile

SHELL := /bin/bash
build:
pnpm install
pnpm run -F client build
pnpm run -F server dbdeploy
pnpm run -F server dbtypes
start:
PORT=$(PORT) pnpm start
note:
./notes/newfile
# touch ./notes/$$file.md
# code -r ./notes/$$file.md