2025-01-cyfrin-pieces-protocol/Makefile
Equious 4ef5e96fce
Some checks failed
CI / Foundry project (push) Has been cancelled
Update and rename MakeFile to Makefile
2025-01-16 06:28:27 -07:00

8 lines
265 B
Makefile

-include .env
.PHONY: all test clean deploy fund help install snapshot format anvil
install:
@forge install OpenZeppelin/openzeppelin-contracts --no-commit
@forge install foundry-rs/forge-std --no-commit
@forge install Cyfrin/foundry-devops --no-commit