autotools-project/Makefile.am

13 lines
190 B
Makefile

AM_CFLAGS = \
-std=c99 \
-pedantic \
-Wall \
-Wextra \
-I$(top_builddir)/include \
-I$(top_srcdir)/include
bin_PROGRAMS = autotools-project
autotools_project_SOURCES = \
src/main.c