pitaya-launcher/Makefile

11 lines
74 B
Makefile
Raw Normal View History

2015-10-17 11:34:37 +02:00
build: clean
npm run build
clean:
npm run clean
install: build
env