Skip to content

Commit

Permalink
Improve PATH compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Oct 25, 2024
1 parent ebb1b62 commit fe7ea55
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
@@ -1,3 +1,3 @@
PATH := ~/.solc-select/artifacts/solc-0.8.21:$(PATH)
PATH := ~/.solc-select/artifacts/:~/.solc-select/artifacts/solc-0.8.21:$(PATH)
certora-l1-farm-proxy :; PATH=${PATH} certoraRun certora/L1FarmProxy.conf$(if $(rule), --rule $(rule),)$(if $(results), --wait_for_results all,)
certora-l2-farm-proxy :; PATH=${PATH} certoraRun certora/L2FarmProxy.conf$(if $(rule), --rule $(rule),)$(if $(results), --wait_for_results all,)

0 comments on commit fe7ea55

Please sign in to comment.