commit 2d1eeea3c655d5a2252e3ed1efbf1251c70f611c parent 6c1a80ba81053bb2edc896bb52c0cc384023543b Author: Christos Margiolis <christos@margiolis.net> Date: Fri, 22 May 2020 19:40:11 +0300 makefile changes Diffstat:
M | Makefile | | | 6 | +++--- |
M | bin/graphcurses | | | 0 |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -12,10 +12,10 @@ MOVE = mv MKDIR_P = mkdir -p CC = gcc -CPPFLAGS += -Iinclude -CFLAGS += -Wall +CPPFLAGS += -Iinclude -pedantic -U__STRICT_ANSI__ +CFLAGS += -Wall -std=c99 LDFLAGS += -Llib -LDLIBS += -lncurses -lm -lmatheval +LDLIBS += -lm -lmatheval -lncurses .PHONY: all clean diff --git a/bin/graphcurses b/bin/graphcurses Binary files differ.