Skip to content

Commit

Permalink
fix Makefile of sdk/node
Browse files Browse the repository at this point in the history
make clean' will output error due to trying to rm directory lib etc.

Change-Id: If9b712c039409e14e4481b3d2832f658a5d63258
Signed-off-by: xiejunan <xiejunan@huawei.com>
  • Loading branch information
xiejunan committed Sep 19, 2016
1 parent 777bdac commit 026dbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ clean:
@echo "[CLEAN]"
-rm -rf node_modules
-rm -rf doc
-find lib | grep -v "protos/google" | grep -v "hash.js" | xargs rm
-find lib -type f | grep -v "protos/google" | grep -v "hash.js" | xargs rm

0 comments on commit 026dbc4

Please sign in to comment.