6 lines
134 B
Text
6 lines
134 B
Text
|
|
# runs from the output directory
|
||
|
|
rm -f *~ .*~ *.rc *.log *.gch *.stamp \
|
||
|
|
*.[oa] *.deps \
|
||
|
|
*.so *.so.* *.ver \
|
||
|
|
*.exe *.list \
|
||
|
|
hello
|