-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathMakefile
More file actions
23 lines (18 loc) · 622 Bytes
/
Makefile
File metadata and controls
23 lines (18 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export ARCHS = arm64 armv7 armv7s arm64e
export TARGET = iphone:latest:9.0
INSTALL_TARGET_PROCESSES = SpringBoard
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = FLEXing
$(TWEAK_NAME)_GENERATOR = internal
$(TWEAK_NAME)_FILES = Tweak.xm SpringBoard.xm
$(TWEAK_NAME)_CFLAGS += -fobjc-arc -w
include $(THEOS_MAKE_PATH)/tweak.mk
before-stage::
find . -name ".DS_Store" -delete
# For printing variables from the makefile
print-% : ; @echo $* = $($*)
# The SUBPROJECTS feature bundles both projects into
# one package. We want two separate packages.
#
# SUBPROJECTS += libflex
# include $(THEOS_MAKE_PATH)/aggregate.mk