mirror of
https://github.com/Burrit0z/Dockify_Source.git
synced 2025-07-01 18:36:47 +00:00
Dockify
Dockify source
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
ARCHS = arm64 arm64e
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
|
||||
include /Users/carsonzielinski/Documents/theos/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = testing
|
||||
|
||||
testing_FILES = Tweak.x
|
||||
testing_CFLAGS = -fobjc-arc
|
||||
testing_EXTRA_FRAMEWORKS += Cephei
|
||||
|
||||
include /Users/carsonzielinski/Documents/theos/makefiles/tweak.mk
|
||||
SUBPROJECTS += dockifyprefs
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
Reference in New Issue
Block a user