Files
website/app/Makefile
2025-01-17 04:23:34 +03:00

8 lines
61 B
Makefile

all:
npm run build
format:
npm run format
.PHONY: format