Skip to content

Commit

Permalink
fix: clear anvil port casing (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 authored Mar 21, 2024
1 parent 810227f commit 4f1807a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile for Foundry Ethereum Development Toolkit

.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

build:
@echo "Building with Forge..."
Expand All @@ -20,7 +20,7 @@ snapshot:

anvil:
@echo "Starting Anvil local Ethereum node..."
@make clear_anvil_port
@make clear-anvil-port
@anvil

deploy-anvil:
Expand Down Expand Up @@ -76,5 +76,5 @@ help:
@echo "Cast help..."
@cast --help

clear_anvil_port:
clear-anvil-port:
-fuser -k -n tcp 8545

0 comments on commit 4f1807a

Please sign in to comment.