Is this possible at all and how?
Update: I need this because I create a file both from dynamic and static data.
Use case:
It appears there is no way to do a here-document in Makefile. However, there is a possible workaround. Use echo to send the here-document data:
all: echo "some text" | myScript.sh