From f4168190f18a6406b28afa6d2936d22c89222edc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 17 Feb 2021 22:04:07 -0300 Subject: Makefile.in: Add some C99 related variables --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index eb94290..e7def16 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,8 @@ .POSIX: +CC = c99 +CFLAGS = -std=c99 -Wall -Wextra -Wpedantic +LDFLAGS = +LDLIBS = PREFIX = @PREFIX@ MANPREFIX = $(PREFIX)/share/man VERSION = @VERSION@ -- cgit v1.2.3