Skip to content

Commit

Permalink
updated 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
sadoci committed Jan 31, 2020
1 parent 4b9ec01 commit 287cc02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ lint: ## Run linters.
clean:
env GO111MODULE=on go clean -cache
rm -fr build/_workspace/pkg/ $(GOBIN)/* build/conf metadium/admin_abi.go metadium/governance_abi.go
@ROCKSDB_DIR=$(ROCKSDB_DIR); \
if [ -d $${ROCKSDB_DIR} ]; then \
cd $${ROCKSDB_DIR}; \
make clean; \
@ROCKSDB_DIR=$(ROCKSDB_DIR); \
if [ -e $${ROCKSDB_DIR}/Makefile ]; then \
cd $${ROCKSDB_DIR}; \
make clean; \
fi

# The devtools target installs tools required for 'go generate'.
Expand Down

0 comments on commit 287cc02

Please sign in to comment.