Update and rename MakeFile to Makefile
Some checks failed
CI / Foundry project (push) Has been cancelled

This commit is contained in:
Equious
2025-01-16 06:28:27 -07:00
committed by GitHub
parent 7de111ed68
commit 4ef5e96fce

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
-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