Skip to content

Commit

Permalink
Merge pull request #3265 from vasild/fix/make_command
Browse files Browse the repository at this point in the history
use $(MAKE) instead of 'make' in Makefiles (follow-up to f3dc11c)
  • Loading branch information
whyrusleeping authored Sep 28, 2016
2 parents 06a6e2f + 5538f65 commit abe44b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit abe44b8

Please sign in to comment.