diff options
Diffstat (limited to '42sh/src/IO/Makefile.am')
| -rw-r--r-- | 42sh/src/IO/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/42sh/src/IO/Makefile.am b/42sh/src/IO/Makefile.am new file mode 100644 index 0000000..27b5721 --- /dev/null +++ b/42sh/src/IO/Makefile.am @@ -0,0 +1,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 |
