프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / blob / Makefile

이력 | 보기 | 이력해설 | 다운로드 (204 Bytes)

1
REPORTER = dot
2

    
3
build: blob.js
4

    
5
blob.js:
6
	@./node_modules/.bin/browserify --standalone blob index.js > blob.js
7

    
8
test:
9
	@./node_modules/.bin/zuul -- test/index.js
10

    
11
clean:
12
	rm blob.js
13

    
14
.PHONY: test blob.js