mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
5 lines
88 B
5 lines
88 B
#!/bin/sh
|
|
#
|
|
echo "manually performs 'make cleanall'"
|
|
`dirname $0`/clean.sh
|
|
rm -rf *.pdf
|
|
|