Skip to content

Commit a48a796

Browse files
Remove comma from Makefile phony (#78)
1 parent 39d42a6 commit a48a796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export GO111MODULE = on
1515
# Default target executed when no arguments are given to make.
1616
default_target: all
1717

18-
.PHONY: build, default_target
18+
.PHONY: build default_target
1919

2020
###############################################################################
2121
### evmd Build & Install ###
@@ -288,4 +288,4 @@ contracts-compile:
288288
# Add a new solidity contract to be compiled
289289
contracts-add:
290290
@echo "Adding a new smart contract to be compiled..."
291-
@python3 ./scripts/compile_smart_contracts/compile_smart_contracts.py --add $(CONTRACT)
291+
@python3 ./scripts/compile_smart_contracts/compile_smart_contracts.py --add $(CONTRACT)

0 commit comments

Comments
 (0)