Files
games/Makefile
2025-07-30 23:30:54 -04:00

8 lines
80 B
Makefile

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