mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 10:18:09 +00:00
Missing update on make test clean
This commit is contained in:
parent
25342d71d1
commit
242713ce64
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue