mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 19:49:38 +02:00
9 lines
146 B
Bash
9 lines
146 B
Bash
#!/bin/bash
|
|
|
|
# remove genrated files
|
|
rm *.{chm,xct}
|
|
rm -rf rtticontrols
|
|
rm docs-html-rtticontrols-*.7z
|
|
rm rtticontrols-footer.xml
|
|
rm build_*.log
|