mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Replace autotools with meson
To introduce much simpler build configuration which is also easier to maintain.
This commit is contained in:
parent
c01152bb38
commit
e9208d693e
26 changed files with 156 additions and 550 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -1,24 +1,2 @@
|
|||
*.tar.xz
|
||||
src/*.o
|
||||
src/tio
|
||||
Makefile.in
|
||||
Makefile
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
configure
|
||||
compile
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
src/Makefile.in
|
||||
src/Makefile
|
||||
config.log
|
||||
config.status
|
||||
src/.deps/
|
||||
src/include/config.h
|
||||
src/include/config.h.in
|
||||
src/include/config.h.in~
|
||||
src/include/stamp-h1
|
||||
/build
|
||||
*.swp
|
||||
/tio-*
|
||||
/src/bash-completion/tio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue