Updated license and added hint to obfuscated file.
[obfuscated-c] / 001 / Makefile
index 7a39a62..e156f1a 100644 (file)
@@ -1,3 +1,8 @@
+#############################################################
+# (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com> #
+# See LICENSE.txt file for copyright and license details.   #
+#############################################################
+
 # Uncomment these lines to use GCC.
 CC      := gcc
 CC_OPTS := -trigraphs -w
 # 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
 
 #CC      := cc
 #CC_OPTS := -trigraphs -Wno-everything
 
-################################################################################
+#############################################################
 
 all:
        @$(CC) $(CC_OPTS) -o main main.c
 
 all:
        @$(CC) $(CC_OPTS) -o main main.c