Skip to content

Commit

Permalink
Move source files back to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jul 23, 2024
1 parent 786be50 commit 9236511
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ include $(THEOS)/makefiles/common.mk

TWEAK_NAME = DontEatMyContent

DontEatMyContent_FILES = src/Tweak.x src/Settings.x
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)
DontEatMyContent_FRAMEWORKS = UIKit

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

0 comments on commit 9236511

Please sign in to comment.