Here's what I have so far related to the Mage build tool.
[mgear/mgear.git] / experiments / two-commands.mk
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
5 all:
6         echo foo
7         echo bar