Skip to content

Commit f8601cd

Browse files
Add go clean for install and clean
1 parent 3c8d880 commit f8601cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ all: $(DEPS)
88
$(DEPS): .install-filcrypto ;
99

1010
.install-filcrypto: rust
11+
go clean -cache -testcache .
1112
./install-filcrypto
1213
@touch $@
1314

1415
clean:
16+
go clean -cache -testcache .
1517
rm -rf $(DEPS) .install-filcrypto
1618
rm -f ./runner
1719
cd rust && cargo clean && cd ..

0 commit comments

Comments
 (0)