Skip to content

Commit 026dbc4

Browse files
committed
fix Makefile of sdk/node
make clean' will output error due to trying to rm directory lib etc. Change-Id: If9b712c039409e14e4481b3d2832f658a5d63258 Signed-off-by: xiejunan <[email protected]>
1 parent 777bdac commit 026dbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/node/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ clean:
7979
@echo "[CLEAN]"
8080
-rm -rf node_modules
8181
-rm -rf doc
82-
-find lib | grep -v "protos/google" | grep -v "hash.js" | xargs rm
82+
-find lib -type f | grep -v "protos/google" | grep -v "hash.js" | xargs rm

0 commit comments

Comments
 (0)