Skip to content

Commit 6be0b5e

Browse files
committed
Makefile: default cflags
1 parent fa2af2e commit 6be0b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ DEP = $(wildcard *.h)
44
SRC = main.c native.c http.c hex.c token.c storage.c base75.c stats.c
55
OBJ = $(SRC:.c=.o)
66
NAME = apocrypha
7+
CFLAGS = -Wall -std=gnu11 -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE
78

89
all: $(NAME)
910

0 commit comments

Comments
 (0)