OSDN Git Service

fix makefile
authorChengcheng Zhang <943420582@qq.com>
Mon, 19 Nov 2018 06:25:47 +0000 (14:25 +0800)
committerChengcheng Zhang <943420582@qq.com>
Mon, 19 Nov 2018 06:25:47 +0000 (14:25 +0800)
Makefile

index 1e442fe..4a3b242 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,8 +104,6 @@ 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):