@cryptotaxi247 / kubo / commits / 5538f658b

use $(MAKE) instead of 'make' in Makefiles (follow-up to f3dc11c)

License: MIT Signed-off-by: Vasil Dimov <vd@FreeBSD.org>

Vasil Dimov committed Sep 26, 2016 at 22:22 UTC 5538f658ba03ffda3c74336983a1d25eaba68ae1
1 file changed +1 -1
Makefile
+1 -1
@@ -80,7 +80,7 @@ test_short: build test_go_short test_sharness_short
80 test_expensive: build test_go_expensive test_sharness_expensive windows_build_check
81
82 test_3node:
83 - cd test/3nodetest && make
83 + $(MAKE) -C test/3nodetest
84
85 test_go_short:
86 $(go_test) -test.short ./...