Skip to content

Commit

Permalink
Makefile: dprintf(3) is specified in POSIX.1-2008
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronNGi committed Jan 20, 2020
1 parent f0e5b07 commit d153f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib -lc

CC = cc
CPPFLAGS = -D_POSIX_SOURCE
CFLAGS += -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
CPPFLAGS = -D_POSIX_C_SOURCE=200809L
CFLAGS += -pedantic -Wall ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}

SRC = jjd.c
Expand Down

0 comments on commit d153f67

Please sign in to comment.