Skip to content

Commit

Permalink
chore!: fix build and wrapper generation step in Makefile
Browse files Browse the repository at this point in the history
- more fixes
  • Loading branch information
liamsi committed Nov 16, 2021
1 parent e2a253f commit df82116
Show file tree
Hide file tree
Showing 166 changed files with 41,694 additions and 2,024 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mocks:

gen: solidity-wrappers

SOLIDITY_DIR = solidity
SOLIDITY_DIR = ethereum/solidity
solidity-wrappers: $(SOLIDITY_DIR)/contracts/*.sol
cd $(SOLIDITY_DIR)/contracts/ ; \
for file in $(^F) ; do \
Expand Down
Loading

0 comments on commit df82116

Please sign in to comment.