We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2af2e commit 6be0b5eCopy full SHA for 6be0b5e
Makefile
@@ -4,6 +4,7 @@ DEP = $(wildcard *.h)
4
SRC = main.c native.c http.c hex.c token.c storage.c base75.c stats.c
5
OBJ = $(SRC:.c=.o)
6
NAME = apocrypha
7
+CFLAGS = -Wall -std=gnu11 -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE
8
9
all: $(NAME)
10
0 commit comments