# ******************************************************************************
# (C) Automotive-Lighting Reutlingen GmbH  -  ALRT/EEG
#     Tuebinger Strasse 123, 72762 Reutlingen, Germany
# ******************************************************************************

# ------------------------------------------------------------------------------
# file   Cust_200_PostBuild.gmk
#
# \brief customer make post-build operations
#
# ------------------------------------------------------------------------------


.PHONY: PostBuild

PostBuild:
	@$(GNUECHO) +++ perform post-build events

