aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eeb3957..f82d206 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
+# SPDX-License-Identifier: CC0-1.0
+
BIN = irc
+# TODO: Don't use weird GCC extensions
CFLAGS = -std=c99 -Os -D_POSIX_C_SOURCE=201112 -D_GNU_SOURCE -D_XOPEN_CURSES -D_XOPEN_SOURCE_EXTENDED=1 -D_DEFAULT_SOURCE -D_BSD_SOURCE
LDLIBS = -lncursesw -lssl -lcrypto