frp/web/frps/Makefile

9 lines
93 B
Makefile
Raw Normal View History

2017-03-26 20:15:31 +02:00
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build