mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Removed unneeded quotes from AM_CFLAGS
This commit is contained in:
parent
c1e1ffa1c2
commit
5c3379b077
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
AM_CFLAGS="-Wall"
|
AM_CFLAGS=-Wall
|
||||||
bin_PROGRAMS = tio
|
bin_PROGRAMS = tio
|
||||||
tio_SOURCES = tty.c \
|
tio_SOURCES = tty.c \
|
||||||
options.c \
|
options.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue