mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 19:13:20 +01:00
166b9d411e
Not sure about the naming convention but hopefully clear enough
5 lines
471 B
Bash
Executable File
5 lines
471 B
Bash
Executable File
#!/bin/sh
|
|
# vgmstream autotools script - reverses the actions of bootstrap
|
|
|
|
rm -rf configure AUTHORS compile depcomp ChangeLog config.guess ltmain.sh README config.sub autom4te.cache Makefile.autotools.in INSTALL missing NEWS aclocal.m4 install-sh audacious/config.h.in audacious/main.loT audacious/Makefile.autotools.in src/Makefile.autotools.in src/coding/Makefile.autotools.in src/meta/Makefile.autotools.in src/layout/Makefile.autotools.in test/Makefile.autotools.in
|