mirror of https://github.com/patacrep/patacrep.git
Romain Goffe
12 years ago
2 changed files with 8 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||
Rem manually performs "make clean" |
|||
FOR %%A IN (*.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd) DO DEL %%A |
|||
Rem remove temporary covers |
|||
FOR %%A IN (covers\*.*) DO DEL %%A |
|||
FOR %%A IN (cache\songbook\*.jpg) DO DEL %%A |
|||
|
Loading…
Reference in new issue