Commit abe44b86 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3265 from vasild/fix/make_command

use $(MAKE) instead of 'make' in Makefiles (follow-up to f3dc11c5)
parents 06a6e2fa 5538f658
......@@ -80,7 +80,7 @@ test_short: build test_go_short test_sharness_short
test_expensive: build test_go_expensive test_sharness_expensive windows_build_check
test_3node:
cd test/3nodetest && make
$(MAKE) -C test/3nodetest
test_go_short:
$(go_test) -test.short ./...
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment