fix: makefile (add abi\)

This commit is contained in:
snsd0805 2024-04-27 22:16:38 +08:00
parent a6db247d35
commit 35275cccc7
Signed by: snsd0805
GPG Key ID: 569349933C77A854

View File

@ -2,6 +2,8 @@ all: out/Scheduler.sol abi/Scheduler.abi
out/Scheduler.sol: src/Scheduler.sol
forge build
abi/Scheduler.abi: src/Scheduler.sol
solc --abi src/Scheduler.sol -o abi
clean: