Files
AutoReplay/Makefile
Jamie Berghmans 8d9472a3a6 Initial commit
2019-12-28 23:59:06 +01:00

12 lines
217 B
Makefile

export ARCHS = armv7 arm64 arm64e
include ~/theos/makefiles/common.mk
TWEAK_NAME = AutoReplay
AutoReplay_FILES = Tweak.xm
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"