OSDN Git Service

update (#1451)
authorChengcheng Zhang <943420582@qq.com>
Tue, 6 Nov 2018 08:51:59 +0000 (16:51 +0800)
committerPaladz <yzhu101@uottawa.ca>
Tue, 6 Nov 2018 08:51:59 +0000 (16:51 +0800)
Makefile

index aa26529..f5f2a75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,8 @@ clean:
        @rm -rf blockchain/pseudohsm/testdata/pseudo/
        @echo "Cleaning sm2 pem files..."
        @rm -rf crypto/sm2/*.pem
+       @echo "Cleaning go test cache..."
+       @go clean -testcache
        @echo "Done."
 
 target/$(BYTOMD_BINARY32):