1
0
mirror of https://github.com/lint/NewTermArrows synced 2025-07-17 09:06:45 +00:00
Files
NewTermArrows/Makefile
2019-11-19 00:49:34 -05:00

13 lines
242 B
Makefile

ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = NewTermArrows
NewTermArrows_FILES = Tweak.xm
NewTermArrows_CFLAGS += -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 NewTerm"