X-Git-Url: http://git.subgeniuskitty.com/obfuscated-c/.git/blobdiff_plain/692751df0c7e931ed32d02f2f20240b96c86c3c2..a9f8147c05421647678c0f328a9f9959c56a1cc9:/001/Makefile diff --git a/001/Makefile b/001/Makefile index 7a39a62..e156f1a 100644 --- a/001/Makefile +++ b/001/Makefile @@ -1,3 +1,8 @@ +############################################################# +# (c) 2020 Aaron Taylor # +# See LICENSE.txt file for copyright and license details. # +############################################################# + # Uncomment these lines to use GCC. CC := gcc CC_OPTS := -trigraphs -w @@ -6,7 +11,7 @@ CC_OPTS := -trigraphs -w #CC := cc #CC_OPTS := -trigraphs -Wno-everything -################################################################################ +############################################################# all: @$(CC) $(CC_OPTS) -o main main.c