diff options
author | EuAndreh <eu@euandre.org> | 2021-02-17 22:04:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-17 22:04:07 -0300 |
commit | f4168190f18a6406b28afa6d2936d22c89222edc (patch) | |
tree | 6855da7db2e8dd6c51e7d3b1fa366cad541b2bf2 /Makefile.in | |
parent | Makefile.in: Use @DATE@ and @VERSION@ from configure (diff) | |
download | remembering-f4168190f18a6406b28afa6d2936d22c89222edc.tar.gz remembering-f4168190f18a6406b28afa6d2936d22c89222edc.tar.xz |
Makefile.in: Add some C99 related variables
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
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@ |