You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 satır
358B

  1. ARCHS = armv7 armv7s arm64 arm64e
  2. include $(THEOS)/makefiles/common.mk
  3. TWEAK_NAME = tfdidthatsay
  4. tfdidthatsay_FILES = $(wildcard tweak/*.xm tweak/assets/*.m tweak/assets/MMMarkdown/*.m)
  5. tfdidthatsay_CFLAGS = -fobjc-arc
  6. tweak/Reddit.xm_CFLAGS = -fno-objc-arc
  7. include $(THEOS_MAKE_PATH)/tweak.mk
  8. SUBPROJECTS += prefs
  9. include $(THEOS_MAKE_PATH)/aggregate.mk