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/i8corners/Makefile
2018-05-07 00:25:07 -06:00

15 lines
322 B
Makefile

ARCHS = arm64
TARGET = iphone:clang:latest:latest
include theos/makefiles/common.mk
TWEAK_NAME = i8Corners
i8Corners_FILES = Tweak.xm
i8Corners_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 backboardd"
SUBPROJECTS += i8corners
include $(THEOS_MAKE_PATH)/aggregate.mk