summaryrefslogtreecommitdiff
path: root/42sh/src/IO/Makefile.am
blob: 27b57219cb7def6d0977eda5e6fdc2265685c451 (plain)
1
2
3
4
5
6
7
8
9
10
11
lib_LIBRARIES = libIO.a

libIO_a_SOURCES =  \
  IOBackend.h \
  string_input.c

libIO_a_CPPFLAGS = -I$(top_srcdir)/src

libIO_a_CFLAGS = -std=c99 -Werror -Wall -Wextra -Wvla -pedantic

noinst_LIBRARIES = libIO.a