resolve merge conflicts
This commit is contained in:
parent
eb357143a2
commit
68ebda0af8
2
Makefile
2
Makefile
|
@ -479,7 +479,7 @@ clean:
|
|||
rm -f $(BLDIR)/lib$(LIBNAME).* $(BLDIR)/$(LIBNAME).pc
|
||||
rm -f $(PKGCFGF)
|
||||
rm -f $(AUTODEPS)
|
||||
[ ${ANDROID} -eq 1 ] && rm -rf android-ndk-*
|
||||
[ "${ANDROID}" = "1" ] && rm -rf android-ndk-* || true
|
||||
$(MAKE) -C cstool clean
|
||||
|
||||
ifeq (,$(findstring yes,$(CAPSTONE_BUILD_CORE_ONLY)))
|
||||
|
|
Loading…
Reference in New Issue