summaryrefslogtreecommitdiff
path: root/tests/integration/project/files/workspace-updated-dependency/Makefile
blob: 935ef185478f19b427a604a066bd8f75d0c25210 (plain)
1
2
3
4
5
test.sh: /etc/test/hello.txt
	echo "#!/usr/bin/env sh" > $@
	echo -n "echo '" >> $@
	cat $^ >> $@
	echo -n "'" >> $@