# How does Make execute two very simple commands? Since they don't have any # punctuation that looks like it needs a shell, Make word-splits and executes # them itself. Strace me! all: echo foo echo bar