Missing update on make test clean

This commit is contained in:
danghvu 2015-09-21 21:04:20 -05:00
parent 25342d71d1
commit 242713ce64
1 changed files with 1 additions and 1 deletions

View File

@ -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)