resolve merge conflicts

This commit is contained in:
Cen Zhang 2019-07-29 17:37:41 +08:00 committed by naq
parent b78a640364
commit e5f0539626

View File

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