Skip to content

Commit

Permalink
Add go clean for install and clean
Browse files Browse the repository at this point in the history
Possibly works around golang/go#24355

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Jun 14, 2021
1 parent b390008 commit 225142b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ all: $(DEPS)
$(DEPS): .install-filcrypto ;

.install-filcrypto: rust
go clean -cache -testcache .
./install-filcrypto
@touch $@

clean:
go clean -cache -testcache .
rm -rf $(DEPS) .install-filcrypto
rm -f ./runner
cd rust && cargo clean && cd ..
Expand Down

0 comments on commit 225142b

Please sign in to comment.