Use NS (NeXtStep) Object in source.m, like:
creat a file in the folder where source.m at,named "GNUmakefile" with code:
- in console -
compile with command : make
run the app with command: ./obj/appname
source.m
get info = > Hello World!