To put in the root Makefile or to use in directly within the make command.
FINALPACKAGE=1/DEBUG=0/FOR_RELEASE=1: builds an optimized package ready for release (and removes the-X+debug)LEAN_AND_MEAN=1: disables theos auto-import likeFoundation,UIKitand some others. Deprecated and useless since iOS 14.0.GO_EASY_ON_ME=1: tells theos to stop treating warnings as errors, makes the compiler quieter (I personnally don't recommend using it, it's always better to fix your code instead of muting errors, unless you really know what you're doing.)
- Use
INSTALL_TARGET_PROCESSESin theMakefileto list the processes to kill after install, so no need to write something like
after-install::