summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index bb00062..6764f73 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma ldrestart
+uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma ldrestart ecidecid
all: $(uikittools)
@@ -27,6 +27,10 @@ uishoot := -framework UIKit
uicache: csstore.cpp
extrainst_: csstore.cpp
+%: %.m
+ cycc -- -o $@ -x c $^ $(flags) $($@)
+ ldid -S$(wildcard $@.xml) $@
+
%: %.mm
cycc -- -o $@ $^ $(flags) $($@)
ldid -S$(wildcard $@.xml) $@