We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e9a08 commit e94314eCopy full SHA for e94314e
Makefile
@@ -1,6 +1,6 @@
1
# Makefile for Foundry Ethereum Development Toolkit
2
3
-.PHONY: build test format snapshot anvil deploy deploy-anvil cast help subgraph clear_anvil_port
+.PHONY: build test format snapshot anvil deploy deploy-anvil cast help subgraph clear-anvil-port
4
5
build:
6
@echo "Building with Forge..."
@@ -20,7 +20,7 @@ snapshot:
20
21
anvil:
22
@echo "Starting Anvil local Ethereum node..."
23
- @make clear_anvil_port
+ @make clear-anvil-port
24
@anvil
25
26
deploy-anvil:
@@ -78,5 +78,5 @@ help:
78
@echo "Cast help..."
79
@cast --help
80
81
-clear_anvil_port:
+clear-anvil-port:
82
-fuser -k -n tcp 8545
0 commit comments