mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
12 lines
131 B
Makefile
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:
|