Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / tvcm / third_party / Promises / polyfill / Makefile
1 all: test build
2
3 test:
4         npm test
5
6 build:
7         cd util && ./build.sh
8
9 .PHONY: test