Skip to content

Instantly share code, notes, and snippets.

@DamieFC
Created February 5, 2021 21:00
Show Gist options
  • Save DamieFC/1294db752b09d10405737234c7028053 to your computer and use it in GitHub Desktop.
Save DamieFC/1294db752b09d10405737234c7028053 to your computer and use it in GitHub Desktop.
My view on the option to call a Makefile GNUMakefile
#include <stdio.h>
int main()
{
printf("My view on the option to call a Makefile GNUMakefile: \n");
printf("GNU! MAKE THIS FILE!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment