Skip to content

Commit 9236511

Browse files
Move source files back to root directory
1 parent 786be50 commit 9236511

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ include $(THEOS)/makefiles/common.mk
55

66
TWEAK_NAME = DontEatMyContent
77

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)
8+
DontEatMyContent_FILES = Tweak.x Settings.x
9+
DontEatMyContent_CFLAGS = -fobjc-arc -DTWEAK_VERSION=$(shell grep 'Version:' control | cut -d ' ' -f 2)
1010
DontEatMyContent_FRAMEWORKS = UIKit
1111

1212
include $(THEOS_MAKE_PATH)/tweak.mk
File renamed without changes.
File renamed without changes.

src/Tweak.h renamed to Tweak.h

File renamed without changes.

src/Tweak.x renamed to Tweak.x

File renamed without changes.

0 commit comments

Comments
 (0)