mirror of
https://github.com/lint/NewTermArrows
synced 2025-07-17 09:06:45 +00:00
13 lines
242 B
Makefile
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"
|