summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b8c1454
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+TARGET := iphone:clang:latest:7.0
+
+# include $(THEOS)/makefiles/common.mk
+include /home/dylanbolger/theos/makefiles/common.mk
+
+TWEAK_NAME = recte
+
+recte_FILES = Tweak.x
+recte_CFLAGS = -fobjc-arc
+
+# include $(THEOS_MAKE_PATH)/tweak.mk
+include /home/dylanbolger/theos/makefiles/tweak.mk