Files
pitaya-launcher/Makefile
2015-10-17 11:34:37 +02:00

11 lines
74 B
Makefile

build: clean
npm run build
clean:
npm run clean
install: build
env