Browse Source

Correct a small mistake with the clean.sh call

remotes/bexa/master
Alexandre Dupas 13 years ago
committed by Romain Goffe
parent
commit
f2aa5dce27
  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