Makefile 400 B

123456789101112131415161718192021
  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. all::