snappymail/vendors/Progress.js/Makefile

6 lines
58 B
Makefile
Raw Normal View History

2018-03-30 05:43:46 +08:00
BASE = .
build:
cd build && node build.js
.PHONY: build