pitaya-launcher/Makefile

12 lines
127 B
Makefile
Raw Normal View History

2015-10-17 11:34:37 +02:00
build: clean
npm run build
2015-10-20 17:17:42 +02:00
clean: install-deps
2015-10-17 11:34:37 +02:00
npm run clean
2015-10-20 17:17:42 +02:00
install-deps:
./scripts/install-build-deps.sh
npm install