X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/603984d918c086e5e72944ba5d278f6eedcd54f0..016798253b7f66ebb4b17abd7654736ed178f0ca:/makefile diff --git a/makefile b/makefile index 429d952..6094676 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,7 @@ WinterBoard.dylib: Library.mm WBMarkup.mm WBMarkup.h makefile ../mobilesubstrate ldid -S $@ WinterBoard: Application.mm makefile - $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -framework CoreGraphics -I/apl/sdk -framework Preferences -F$(PKG_ROOT)/System/Library/PrivateFrameworks + $(target)g++ -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework Foundation -framework CoreFoundation -lobjc -framework CoreGraphics -I/apl/sdk -framework Preferences -F$(PKG_ROOT)/System/Library/PrivateFrameworks $(substrate) ldid -S $@ Optimize: Optimize.cpp makefile