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