Skip to content

Instantly share code, notes, and snippets.

@hocarm
Created March 18, 2017 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hocarm/6795cd958e459222adad8105e3830be0 to your computer and use it in GitHub Desktop.
Save hocarm/6795cd958e459222adad8105e3830be0 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <hellomake.h>
void myPrintHelloMake(void) {
printf("Hello makefiles!\n");
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment