aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..aa84950
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+CFLAGS = -Wall -pedantic -std=c2x -ggdb \
+ -D_POSIX_C_SOURCE=200809L \
+ -D_XOPEN_SOURCE=700 \
+ -D_DEFAULT_SOURCE \
+ -D_BSD_SORUCE \
+ -pthread \
+ -I/usr/local/include
+#### -fsanitize=thread \
+#### -fsanitize=undefined
+LDFLAGS = -pthread -L/usr/local/lib
+LDLIBS = -lpthread
+
+wiki: wiki.c