Suppression des fichiers intermédiaires sous Cygwin

This commit is contained in:
Hugo Clement 2002-10-24 10:30:25 +00:00
parent 046b5f7e95
commit 355b9da16f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: genpat.sh,v 1.1 2002/05/30 13:28:15 xtof Exp $
# $Id: genpat.sh,v 1.2 2002/10/24 10:30:25 hcl Exp $
#set -v
#set -x
@ -107,7 +107,7 @@ EOF
fi
if [ $keep -eq 0 ] ; then
rm $name;
rm $name $name.exe;
fi
rm $name.o $name.grr $makefile > /dev/null 2>&1