Skip to content

Commit

Permalink
remove -r option from build contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Nov 22, 2024
1 parent cd96e3d commit 244c25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build-contracts:
rm -frd ./out; \
forge install; \
forge build --skip test script -C contracts \
-R $$(cat remappings.txt) --lib-paths lib \
--lib-paths lib \
--extra-output-files abi --force

# Libraries do not generate the correct ABI code (ChannelState enum causes errors)
Expand Down

0 comments on commit 244c25d

Please sign in to comment.