2025-01-cyfrin-pieces-protocol/MakeFile
2025-01-03 10:59:02 -07:00

7 lines
267 B
Plaintext

-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 foundry-rs/foundry-devops --no-commit