We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786be50 commit 9236511Copy full SHA for 9236511
Makefile
@@ -5,8 +5,8 @@ include $(THEOS)/makefiles/common.mk
5
6
TWEAK_NAME = DontEatMyContent
7
8
-DontEatMyContent_FILES = src/Tweak.x src/Settings.x
9
-DontEatMyContent_CFLAGS = -fobjc-arc -I$(THEOS_PROJECT_DIR) -DTWEAK_VERSION=$(shell grep 'Version:' control | cut -d ' ' -f 2)
+DontEatMyContent_FILES = Tweak.x Settings.x
+DontEatMyContent_CFLAGS = -fobjc-arc -DTWEAK_VERSION=$(shell grep 'Version:' control | cut -d ' ' -f 2)
10
DontEatMyContent_FRAMEWORKS = UIKit
11
12
include $(THEOS_MAKE_PATH)/tweak.mk
src/Settings.h renamed to Settings.h
src/Settings.x renamed to Settings.x
src/Tweak.h renamed to Tweak.h
src/Tweak.x renamed to Tweak.x
0 commit comments