webstatus/Makefile

10 lines
97 B
Makefile
Raw Normal View History

2020-03-06 13:36:35 +00:00
2020-03-06 21:32:58 +00:00
build: node_modules
2020-03-06 13:36:35 +00:00
yarn build
2020-03-06 21:32:58 +00:00
node_modules:
yarn install
clean:
rm -rf build node_modules