MAKAO BUILD ENGINE  2.3.0
 All Groups Pages
PRE_BUILD_STEP

This variable is optional. It specifies the list of make targets that will be built prior to the actual build process. Example:

pre1:
@echo "This will be executed prior to the build process"
pre2:
@echo "This also will be executed prior to the build process"
PRE_BUILD_STEP = pre1 pre2