Files
ExactTime/Makefile
2018-03-18 07:21:24 +02:00

14 lines
272 B
Makefile

ARCHS = armv7 arm64
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ExactTime
ExactTime_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"
SUBPROJECTS += exacttimeprefs
include $(THEOS)/makefiles/aggregate.mk