Files
EeveeSpotifyReborn/Makefile
2024-04-20 22:28:44 +03:00

13 lines
464 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_CFLAGS = -fobjc-arc -ISources/EeveeSpotifyC/include
include $(THEOS_MAKE_PATH)/tweak.mk