mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-06 09:06:47 +00:00
Create helper class to avoid duplicated code
This commit is contained in:
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ ARCHS = armv7 armv7s arm64 arm64e
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = tfdidthatsay
|
||||
tfdidthatsay_FILES = $(wildcard tweak/*.xm tweak/assets/*.m)
|
||||
tfdidthatsay_FILES = $(wildcard tweak/*.xm tweak/assets/*.m tweak/assets/MMMarkdown/*.m)
|
||||
tfdidthatsay_CFLAGS = -fobjc-arc
|
||||
tweak/Reddit.xm_CFLAGS = -fno-objc-arc
|
||||
tweak/Apollo.xm_CFLAGS = -fno-objc-arc
|
||||
|
Reference in New Issue
Block a user