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.

16 lines
446B

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