diff options
| author | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-07-27 19:43:55 -0500 |
|---|---|---|
| committer | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-07-27 19:43:55 -0500 |
| commit | 3b37ca114c017884fbcd34a6443c0ee86cdf0e55 (patch) | |
| tree | 34fc614d3fdc4c52470160cdb001e75896c968e8 | |
| parent | bcdc1e210e444c8baf95d66c661af93e249d0607 (diff) | |
| download | life-3b37ca114c017884fbcd34a6443c0ee86cdf0e55.tar.gz life-3b37ca114c017884fbcd34a6443c0ee86cdf0e55.tar.bz2 life-3b37ca114c017884fbcd34a6443c0ee86cdf0e55.zip | |
Use CFLAGS for standard
Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f6e7f40..50727b7 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | AM_OPTIONS = gnu | 1 | AM_OPTIONS = gnu |
| 2 | ncurses_flags = `ncurses5-config --libs` `ncurses5-config --cflags` | 2 | ncurses_flags = `ncurses5-config --libs` `ncurses5-config --cflags` |
| 3 | cstd_flag = -std=c99 | 3 | CFLAGS = -std=c99 |
| 4 | bin_PROGRAMS = life | 4 | bin_PROGRAMS = life |
| 5 | life_SOURCES = life.c cmdline-life.c | 5 | life_SOURCES = life.c cmdline-life.c |
| 6 | life_CFLAGS = -I$(srcdir) $(ncurses_flags) | 6 | life_CFLAGS = -I$(srcdir) $(ncurses_flags) |
