Browse Source

Correct a small mistake with the clean.sh call

remotes/bexa/master
Alexandre Dupas 13 years ago
parent
commit
8ef7b0f99a
  1. 2
      macos/cleanall.sh

2
macos/cleanall.sh

@ -1,5 +1,5 @@
#!/bin/sh
#
echo "manually performs 'make cleanall'"
./clean
`dirname $0`/clean.sh
rm -rf *.pdf

Loading…
Cancel
Save