Merge pull request #26 from jwilk/makefile-quoting

Removed unneeded quotes from AM_CFLAGS
This commit is contained in:
Martin Lund 2016-05-09 00:53:13 +02:00
commit 869527d0fb

View file

@ -1,4 +1,4 @@
AM_CFLAGS="-Wall"
AM_CFLAGS=-Wall
bin_PROGRAMS = tio
tio_SOURCES = tty.c \
options.c \