source: tt-tools/patchs/dropbear-0.50.clean.sh @ 6

Last change on this file since 6 was 6, checked in by guillaume, 16 years ago

Publication tt-ttols v0.1
Des outils pour le TwinTact

File size: 277 bytes
Line 
1# Script de nettoyage à intégrer avec source
2
3[ -e Makefile ] && make distclean >/dev/null 2>&1
4
5rm -f conf*.sh config.log config.status .lineno \
6        libtomcrypt/Makefile libtommath/Makefile
7
8rmdir libtomcrypt/src/misc/mpi libtomcrypt/src/pk/dh libtomcrypt/src/prng 2>/dev/null
Note: See TracBrowser for help on using the repository browser.