summaryrefslogtreecommitdiffstats
path: root/test/bashisms/shell-vars.mk
blob: 54b71cb610c6eec717bdfec9516cbcccad9e0e89 (plain)
1
2
3
4
5
#!/usr/bin/make -f

foo:
	read foo bar | echo $$foo and $$bar
	echo my pid: $$$$