X-Git-Url: http://git.subgeniuskitty.com/obfuscated-c/.git/blobdiff_plain/84b619fe679e15972679dc28d550ff85ddb5ef5c..0cf6eab78b1cf8a229ffbc4e80900383c20d2068:/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