From 644b3538dddccb0b55b3d94a347c93c7f767336b Mon Sep 17 00:00:00 2001 From: "Tate, Hongliang Tian" Date: Wed, 14 Nov 2018 16:35:16 +0800 Subject: [PATCH] A small bug fix to top-level Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ad4bf78..19944192 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build_test: @$(MAKE) --no-print-directory -C test test: build_test - @$(MAKE) --no-print-directory -C test test + @$(MAKE) --no-print-directory -C test run clean: @$(MAKE) --no-print-directory -C src clean