mirror of
https://github.com/lint/TFDidThatSay
synced 2025-07-02 07:56:46 +00:00
13 lines
238 B
Makefile
13 lines
238 B
Makefile
ARCHS = arm64 arm64e
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = tfdidthatsay
|
|
tfdidthatsay_FILES = Tweak.xm
|
|
#tfdidthatsay_CFLAGS = -fobjc-arc
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|
|
|
|
after-install::
|
|
install.exec "killall -9 Reddit"
|