diff --git a/Makefile b/Makefile index 3063a46..dd5661a 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ SHELL := /bin/bash COMPILE_SH ?= /home/hyx/work/dev_gaiban/APP_AP05_1.1.22_tuxi_shengchan/compile.sh -SRC := update_mac_yt.c -TARGET_ARM64 := update_mac_yt -TARGET_NATIVE := update_mac_yt_native +SRC := update_mac_pdd.c +TARGET_ARM64 := update_mac_pdd +TARGET_NATIVE := update_mac_pdd_native # Allow overriding CFLAGS via environment CFLAGS ?= -O2 -Wall -I/home/hyx/work/write_mac_tool/hiredis diff --git a/update_mac_pdd b/update_mac_pdd_fanxiu similarity index 61% rename from update_mac_pdd rename to update_mac_pdd_fanxiu index 415584c..4326802 100755 Binary files a/update_mac_pdd and b/update_mac_pdd_fanxiu differ