C:\makefile:
helloWorld :
[TAB]echo hello world
run results:
C:\>make
echo hello world
hello world
Note: [TAB] should be replaced by an actual tab, stackoverflow replaces tabs with spaces, and spaces are not used the same as tabs in a makefile.