You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
rm *.o
|
|
rm *.obj
|
|
rm -rf manual
|
|
rm -rf predefined
|
|
rm -rf icons
|
|
rm unistd.h
|
|
find -lname \* -maxdepth 1 | xargs rm
|
|
rm moc_*
|
|
rm images.h
|
|
rm gen_*
|
|
rm -rf kregexpeditor*
|
|
rm Makefile
|
|
rm kregexpeditor.zip
|