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 39d42a6 commit a48a796Copy full SHA for a48a796
Makefile
@@ -15,7 +15,7 @@ export GO111MODULE = on
15
# Default target executed when no arguments are given to make.
16
default_target: all
17
18
-.PHONY: build, default_target
+.PHONY: build default_target
19
20
###############################################################################
21
### evmd Build & Install ###
@@ -288,4 +288,4 @@ contracts-compile:
288
# Add a new solidity contract to be compiled
289
contracts-add:
290
@echo "Adding a new smart contract to be compiled..."
291
- @python3 ./scripts/compile_smart_contracts/compile_smart_contracts.py --add $(CONTRACT)
+ @python3 ./scripts/compile_smart_contracts/compile_smart_contracts.py --add $(CONTRACT)
0 commit comments