Skip to content

Commit e94314e

Browse files
authored
fix: clear anvil port casing (#8)
1 parent 42e9a08 commit e94314e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for Foundry Ethereum Development Toolkit
22

3-
.PHONY: build test format snapshot anvil deploy deploy-anvil cast help subgraph clear_anvil_port
3+
.PHONY: build test format snapshot anvil deploy deploy-anvil cast help subgraph clear-anvil-port
44

55
build:
66
@echo "Building with Forge..."
@@ -20,7 +20,7 @@ snapshot:
2020

2121
anvil:
2222
@echo "Starting Anvil local Ethereum node..."
23-
@make clear_anvil_port
23+
@make clear-anvil-port
2424
@anvil
2525

2626
deploy-anvil:
@@ -78,5 +78,5 @@ help:
7878
@echo "Cast help..."
7979
@cast --help
8080

81-
clear_anvil_port:
81+
clear-anvil-port:
8282
-fuser -k -n tcp 8545

0 commit comments

Comments
 (0)