mirror of
https://github.com/tailix/drivers.git
synced 2024-11-20 11:06:32 -05:00
10 lines
171 B
Text
10 lines
171 B
Text
# vim: set syntax=automake:
|
|
|
|
AM_CFLAGS = \
|
|
-std=c99 \
|
|
-pedantic \
|
|
-Wall \
|
|
-Wextra \
|
|
-I$(top_builddir)/include \
|
|
-I$(top_srcdir)/include \
|
|
-D_POSIX_C_SOURCE=200809L
|