https://github.com/cran/RcppArmadillo
Revision 1d43684941905aa862accc57110b8a30ba13e051 authored by Romain, Dirk and Doug on 05 August 2010, 15:20:49 UTC, committed by cran-robot on 05 August 2010, 15:20:49 UTC
1 parent 6f9daf5
Raw File
Tip revision: 1d43684941905aa862accc57110b8a30ba13e051 authored by Romain, Dirk and Doug on 05 August 2010, 15:20:49 UTC
version 0.2.5
Tip revision: 1d43684
cleanup
#!/bin/sh

rm -f  config.log config.status confdefs.h \
       src/*.o src/*.so \
       inst/doc/RcppArmadillo-unitTests.out \
       inst/doc/RcppArmadillo-unitTests.aux \
       inst/doc/RcppArmadillo-unitTests.log \
       */*~ *~
rm -rf autom4te.cache
back to top