# ******************************************************************************
# (C) Automotive-Lighting Reutlingen GmbH  -  ALRT/EEG
#     Tuebinger Strasse 123, 72762 Reutlingen, Germany
# ******************************************************************************

# ------------------------------------------------------------------------------
# file   CustVar_200_PostBuild.gmk
#
# \brief customer variant make post-build operations
#
# ------------------------------------------------------------------------------

# ------------------------------------------------------------------------------
# PostBuild
# ------------------------------------------------------------------------------
.PHONY: PostBuild
PostBuild:
	@$(GNUECHO) +++ Perform post-build starts +++
	@$(GNUECHO) create ALFlasher tool
	@xcopy /y $(subst /,\,$(PATH_TOOLS_SPECIFIC))\ALFlasher\\*.*  $(subst /,\,$(PATH_BIN_NAME))
	@$(GNUECHO) +++ Perform post-build end +++
