This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
UnderTime/Makefile
2018-03-19 12:29:11 -07:00

9 lines
191 B
Makefile

include $(THEOS)/makefiles/common.mk
TWEAK_NAME = DateUnderTimeX
DateUnderTimeX_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"