Skip to content

Commit

Permalink
Do not clear compiled contracts on make
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Apr 19, 2024
1 parent 56b79b8 commit 0510acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ $(BUILDDIR)/:

COMPILED_CONTRACTS_GO_OUTPUT := contracts/compiled/

contracts: contracts-clean contracts-go
contracts: contracts-go

contracts-clean:
@echo "Deleting and recreating compiled-contracts directory"
Expand All @@ -234,7 +234,7 @@ contracts-clean:
contracts-go:
@echo "Formatting compiled contracts and placing in compiled-contracts"
@cd solidity; npm install
@cd solidity; npm run typechain
@cd solidity; npx hardhat compile
@scripts/compile-contracts-for-go.sh

# Detects if the contracts must be compiled for Go, and potentially does so
Expand Down

0 comments on commit 0510acc

Please sign in to comment.