1
0
mirror of https://gitee.com/IrisVega/frp.git synced 2024-11-01 22:31:29 +08:00
frp/web/frps/Makefile
2021-01-25 16:04:33 +08:00

8 lines
71 B
Makefile

.PHONY: dist build
build:
@npm run build
dev: install
@npm run dev