Files
oopt-tai-implementations/tai_ac400/autoclean.sh
Scott Emery 5f55526031 Contribute AC400 TAI Adapter Code
This commit provides the AC400 TAI adapter code. This code was previously open
sourced in the Cumulus Network's github organization. This commit moves the code
over to the TIP organization. See the README.md file in the tai_ac400 directory
for more information.
2018-07-18 13:39:42 -07:00

9 lines
181 B
Bash
Executable File

rm -rf aclocal.m4 autom4te.cache stamp-h1 libtool configure config.* Makefile.in Makefile
rm -rf config/*
for a in src
do
rm -rf $a/Makefile 2>&1
rm -rf $a/Makefile.in 2>&1
done