mirror of
https://github.com/exoticswingset/CCStatusShush.git
synced 2025-06-30 22:26:46 +00:00
11 lines
238 B
Makefile
11 lines
238 B
Makefile
INSTALL_TARGET_PROCESSES = SpringBoard
|
|
ARCHS = armv7 armv7s arm64 arm64e
|
|
include ~/theos/makefiles/common.mk
|
|
|
|
TWEAK_NAME = CCStatusShush
|
|
|
|
CCStatusShush_FILES = Tweak.x
|
|
CCStatusShush_CFLAGS = -fobjc-arc
|
|
|
|
include ~/theos/makefiles/tweak.mk
|