aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: aa849504a1b92e37c1aa46dd616519e72d163996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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