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.

23 lines
506B

  1. ARCHS = armv7 arm64 arm64e
  2. export TARGET = iphone:clang:11.2:7.0
  3. include $(THEOS)/makefiles/common.mk
  4. DEBUG=0
  5. TWEAK_NAME = ExactTime ExactTimeMail ExactTimePhone ExactTimeMessages
  6. ExactTime_FILES = ExactTime.xm
  7. ExactTimeMail_FILES = ExactTimeMail.x
  8. ExactTimePhone_FILES = ExactTimePhone.x
  9. ExactTimeMessages_FILES = ExactTimeMessages.xm
  10. include $(THEOS_MAKE_PATH)/tweak.mk
  11. after-install::
  12. install.exec "killall -9 SpringBoard"
  13. SUBPROJECTS += exacttimeprefs
  14. include $(THEOS)/makefiles/aggregate.mk