diff --git a/Makefile b/Makefile index e960ae8..6267ace 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -export TARGET=iphone:clang:13.0:10.3 -export ARCHS=arm64 arm64e +export TARGET = iphone:clang:13.0:10.3 +export ARCHS = arm64 arm64e export VERSION = 0.9.7 -export DEBUG=0 +export DEBUG = no CC = xcrun -sdk ${THEOS}/sdks/iPhoneOS13.0.sdk clang -arch arm64 -arch arm64e -miphoneos-version-min=10.3 LDID = ldid