# ------------------------------------------------------------------------------------------------- # add ../../target/debug to PATH so the local forge-deploy binary is available # ------------------------------------------------------------------------------------------------- export PATH := "../../target/debug:" + env_var('PATH') # ------------------------------------------------------------------------------------------------- gen-deployer: forge-deploy gen-deployer