mirror of
https://github.com/exoticswingset/DualSBAdoption.git
synced 2025-07-01 06:06:47 +00:00
11 lines
222 B
Makefile
11 lines
222 B
Makefile
INSTALL_TARGET_PROCESSES = SpringBoard
|
|
ARCHS = arm64 arm64e
|
|
include ~/theos/makefiles/common.mk
|
|
|
|
TWEAK_NAME = DualSBAdoption
|
|
|
|
TransStatus_FILES = Tweak.x
|
|
TransStatus_CFLAGS = -fobjc-arc
|
|
|
|
include ~/theos/makefiles/tweak.mk
|