mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
14 lines
510 B
Makefile
14 lines
510 B
Makefile
TARGET := iphone:clang:latest:14.0
|
|
INSTALL_TARGET_PROCESSES = Spotify
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = EeveeSpotify
|
|
|
|
EeveeSpotify_FILES = $(shell find Sources/EeveeSpotify -name '*.swift') $(shell find Sources/EeveeSpotifyC -name '*.m' -o -name '*.c' -o -name '*.mm' -o -name '*.cpp')
|
|
EeveeSpotify_SWIFTFLAGS = -ISources/EeveeSpotifyC/include
|
|
EeveeSpotify_EXTRA_FRAMEWORKS = SwiftProtobuf
|
|
EeveeSpotify_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|