mirror of https://github.com/certusone/wasmd.git
Merge PR #170: Fix Makefile's all target dependencies
This commit is contained in:
parent
bd10ee5c62
commit
43f6078ca5
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)'
|
||||||
# The below include contains the tools target.
|
# The below include contains the tools target.
|
||||||
include contrib/devtools/Makefile
|
include contrib/devtools/Makefile
|
||||||
|
|
||||||
all: install lint check
|
all: install lint test
|
||||||
|
|
||||||
build: go.sum
|
build: go.sum
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
|
|
Loading…
Reference in New Issue