Files
games/Makefile
2025-07-30 21:01:02 -04:00

8 lines
81 B
Makefile

SHELL := /bin/bash
build:
pnpm install
pnpm run build
deploy:
pnpm run start