webstatus/Makefile
2020-03-06 13:32:58 -08:00

10 lines
97 B
Makefile

build: node_modules
yarn build
node_modules:
yarn install
clean:
rm -rf build node_modules