18
0
Fork 0
pitaya-launcher/Makefile

11 Zeilen
74 B
Makefile

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