Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
CHORE: Update the output location of the solidity artifacts (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh authored Dec 14, 2023
1 parent 1841a4f commit b7995a5
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 @@ -9,7 +9,7 @@ IPC_ACTORS_TAG ?= origin/dev
IPC_ACTORS_DIR := $(PWD)/../ipc-solidity-actors
IPC_ACTORS_CODE := $(shell find $(IPC_ACTORS_DIR) -type f -name "*.sol")
IPC_ACTORS_ABI := .make/.ipc-actors-abi
IPC_ACTORS_OUT := $(IPC_ACTORS_DIR)/out
IPC_ACTORS_OUT := $(IPC_ACTORS_DIR)/.out

FENDERMINT_CODE := $(shell find . -type f \( -name "*.rs" -o -name "Cargo.toml" \) | grep -v target)

Expand Down

0 comments on commit b7995a5

Please sign in to comment.