Missing update on make test clean
This commit is contained in:
parent
25342d71d1
commit
242713ce64
2
Makefile
2
Makefile
|
@ -307,7 +307,7 @@ ifeq (,$(findstring yes,$(UNICORN_BUILD_CORE_ONLY)))
|
||||||
cd samples && $(MAKE) clean
|
cd samples && $(MAKE) clean
|
||||||
rm -f $(BLDIR)/samples/lib$(LIBNAME).$(EXT)
|
rm -f $(BLDIR)/samples/lib$(LIBNAME).$(EXT)
|
||||||
endif
|
endif
|
||||||
$(MAKE) -C test/unit clean
|
$(MAKE) -C tests/unit clean
|
||||||
|
|
||||||
ifdef BUILDDIR
|
ifdef BUILDDIR
|
||||||
rm -rf $(BUILDDIR)
|
rm -rf $(BUILDDIR)
|
||||||
|
|
Loading…
Reference in New Issue