🎉 first commit
This commit is contained in:
commit
2da7325a5d
11 changed files with 274 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
|
||||
THEOS_DEVICE_IP = 172.20.10.1
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = hanahaki
|
||||
|
||||
hanahaki_FILES = Tweak.x
|
||||
hanahaki_CFLAGS = -fobjc-arc
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
SUBPROJECTS += hanahakiprefs
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
Loading…
Add table
Add a link
Reference in a new issue