xecut-site/Makefile
2026-02-02 19:37:33 +01:00

12 lines
131 B
Makefile

all: build
install:
npm ci
build: install
npm run build
clean:
rm -rf ./build/
# vim: set ts=4 sw=4 autoindent noexpandtab: