Skip to content

Commit

Permalink
Makefile: Remove all target
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsriram committed Aug 21, 2024
1 parent e88c6a3 commit f492c7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
all: build

#######################
## BUILD

.PHONY: build
.PHONY: build-evm
build-evm:
cd evm && forge build

Expand Down

0 comments on commit f492c7b

Please sign in to comment.