|
@@ -4,4 +4,4 @@ find . -type f -name "*.osf" -exec rm -f {} \;
|
|
|
find . -type f -name "*~" -exec rm -f {} \;
|
|
|
find . -type f -name "odc?????" -exec rm -f {} \;
|
|
|
find . -depth -type d -empty -exec rmdir {} \;
|
|
|
-rm blackbox BlackBox.exe blackboxInterp BlackBoxInterp.exe 2> /dev/null
|
|
|
+rm blackbox BlackBox.exe BlackBoxMDI.exe blackboxInterp BlackBoxInterp.exe 2> /dev/null
|