# This included makefile should define the 'custom' target rule which is called here.
# The (-) sign before `include` will do an implicit check if the file exists.
-include $(INCLUDE_MAKEFILE)

#################
#   protodart   #
#################
## example :
# make proto
.PHONY: protodart
protodart:	
	bash ./protodart.sh	
