I\'m trying to create a makefile that runs a basic Hello World file seen here:
#include int main() { printf("Hello World");