mirror of https://github.com/patacrep/patacrep.git
Alexandre Dupas
13 years ago
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
# |
# |
||||
echo "manually performs 'make cleanall'" |
echo "manually performs 'make cleanall'" |
||||
./clean |
`dirname $0`/clean.sh |
||||
rm -rf *.pdf |
rm -rf *.pdf |
||||
|
Loading…
Reference in new issue