]> git.saurik.com Git - uikittools.git/blobdiff - makefile
gcc -Wall -Werror
[uikittools.git] / makefile
index 54fe85b96a9052826251838a269bc6584b73303c..a9807b63a50ff256ce9b76d306673689674a6e08 100644 (file)
--- a/makefile
+++ b/makefile
@@ -8,11 +8,11 @@ clean:
 .PHONY: all clean package
 
 %: %.mm
-       $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices
+       $${PKG_TARG}-g++ -Wall -Werror -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices
        ldid -S $@
 
 %: %.c
-       $${PKG_TARG}-gcc -o $@ $< -framework CoreFoundation
+       $${PKG_TARG}-gcc -Wall -Werror -o $@ $< -framework CoreFoundation
        ldid -S $@
 
 package: all