Merge "[FIX] Update dangerous makefile clean command"

This commit is contained in:
Zuul 2018-08-29 14:10:18 +00:00 committed by Gerrit Code Review
commit 315958102a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ endif
.PHONY: clean
clean:
rm -rf $(BUILD_DIR)/*
rm -r $(BUILD_DIR)
rm -rf build
rm -rf docs/build
cd $(BUILD_CTX)/shipyard_client; rm -rf build