From 242713ce64b44d48cf2cc0540b5c21bb5b40ac5c Mon Sep 17 00:00:00 2001 From: danghvu Date: Mon, 21 Sep 2015 21:04:20 -0500 Subject: [PATCH] Missing update on make test clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce4b0d94..06be3fae 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ ifeq (,$(findstring yes,$(UNICORN_BUILD_CORE_ONLY))) cd samples && $(MAKE) clean rm -f $(BLDIR)/samples/lib$(LIBNAME).$(EXT) endif - $(MAKE) -C test/unit clean + $(MAKE) -C tests/unit clean ifdef BUILDDIR rm -rf $(BUILDDIR)