[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / indexof / Makefile
1
2 build: components index.js
3         @component build
4
5 components:
6         @Component install
7
8 clean:
9         rm -fr build components template.js
10
11 .PHONY: clean