5 lines
81 B
Makefile
5 lines
81 B
Makefile
#!/usr/bin/make -f
|
|
|
|
foo:
|
|
read foo bar | echo $$foo and $$bar
|
|
echo my pid: $$$$
|