summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-10-08 11:58:10 -1000
committerSam Bingner <sam@bingner.com>2018-10-08 11:58:10 -1000
commit2d58bfc28d99cabeedfe86e8d4c2e1a5a4d175dd (patch)
tree85b4a821d64c5b13936272507be43b5eba373bdd /makefile
parent333fb40d2d52c32959badba1fa855c1c831f058a (diff)
Add ecid tool
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) $@