Makefile 524 B

12345678910111213141516171819202122232425
  1. ARCHS = arm64
  2. TARGET = appletv
  3. export GO_EASY_ON_ME=1
  4. export SDKVERSION=10.2
  5. include theos/makefiles/common.mk
  6. TWEAK_NAME = DalesDeadBug
  7. DalesDeadBug_FILES = DalesDeadBug.xm Shim.xm
  8. DalesDeadBug_LIBRARIES = substrate
  9. DalesDeadBug_FRAMEWORKS = Foundation UIKit
  10. DalesDeadBug_LDFLAGS = -Wl,-segalign,4000
  11. export ARCHS = arm64
  12. DalesDeadBug_ARCHS = arm64
  13. include $(THEOS_MAKE_PATH)/tweak.mk
  14. #comment in to install our uncaught notification hooker
  15. #SUBPROJECTS += Hopperh4x
  16. #include $(THEOS_MAKE_PATH)/aggregate.mk
  17. all::