Skip to content

Commit

Permalink
Makefile: default cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
buhman committed Aug 21, 2021
1 parent fa2af2e commit 4e7dada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ DEP = $(wildcard *.h)
SRC = main.c native.c http.c hex.c token.c storage.c base75.c stats.c
OBJ = $(SRC:.c=.o)
NAME = apocrypha
override CFLAGS += -Wall -std=gnu11 -D_POSIX_C_SOURCE=200809L -D_GNU_SOURCE

all: $(NAME)

Expand Down

0 comments on commit 4e7dada

Please sign in to comment.