Created
February 5, 2021 21:00
-
-
Save DamieFC/1294db752b09d10405737234c7028053 to your computer and use it in GitHub Desktop.
My view on the option to call a Makefile GNUMakefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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