]> git.saurik.com Git - uikittools.git/blobdiff - makefile
Add iomfsetgamma.
[uikittools.git] / makefile
index 6d3851986291104f856219ce4a5750ec45c6cb2b..1695a7582ff42203266fdf6b72db8bbc48406f52 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch sbreload cfversion
+uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetgamma
 
 all: $(uikittools)
 
@@ -15,6 +15,10 @@ clean:
        $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
        ldid -S $@
 
+iomfsetgamma: iomfsetgamma.c
+       $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -framework IOKit -framework IOMobileFramebuffer
+       ldid -S $@
+
 package: all
        rm -rf _
        mkdir -p _/usr/bin