Add Makefile

This commit is contained in:
He4eT 2026-02-02 19:37:33 +01:00
commit 8857f619d9

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
all: build
install:
npm ci
build: install
npm run build
clean:
rm -rf ./build/
# vim: set ts=4 sw=4 autoindent noexpandtab: