MAKAO BUILD ENGINE  2.3.0
 All Groups Pages
POST_BUILD_STEP

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

post1:
@echo "This will be executed after the build process"
post2:
@echo "This also will be executed after the build process"
POST_BUILD_STEP = post1 post2