Files
Tweaks/OqeePlus/OqeePlus-iOS/Makefile
√(noham)² 4475f596d5 Add OqeePlus
2026-05-24 15:11:41 +02:00

13 lines
227 B
Makefile

TARGET = iphone:latest:14.0
ARCHS = arm64
INSTALL_TARGET_PROCESSES = Oqee
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = OqeePlus
OqeePlus_FILES = Tweak.x
OqeePlus_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk