diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-05-30 22:02:11 +0900 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-05-30 22:02:11 +0900 |
commit | 4e5b63956f80983b97db3ba5020c64c3cd695202 (patch) | |
tree | e177def972f8beaffe8615cf382869b1d6b44148 /src | |
parent | 68a8d9124229447eeb07f0c5d5f0d6147096a3ce (diff) |
Add proper compilation flags
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 957d35d..ddf7c6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,4 @@ bin_PROGRAMS = calculer +AM_CFLAGS = -std=c99 -Wall -Wextra +AM_LDFLAGS = -lreadline calculer_SOURCES = calculer.c |