- Change some /./ to $(opfx).
[mgear/mgear.git] / experiments / two-commands.mk
CommitLineData
00804b7c
MM
1# How does Make execute two very simple commands? Since they don't have any
2# punctuation that looks like it needs a shell, Make word-splits and executes
3# them itself. Strace me!
4
5all:
6 echo foo
7 echo bar