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