Explorar el Código

remove test binaries

Ivan Denisov hace 2 años
padre
commit
4ac889c0bb
Se han modificado 3 ficheros con 1 adiciones y 1 borrados
  1. BIN
      blackboxFbsd
  2. BIN
      blackboxInterpFbsd
  3. 1 1
      clean

BIN
blackboxFbsd


BIN
blackboxInterpFbsd


+ 1 - 1
clean

@@ -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 BlackBoxMDI.exe blackboxInterp BlackBoxInterp.exe 2> /dev/null
+rm blackbox* BlackBox.exe BlackBoxMDI.exe BlackBoxInterp.exe 2> /dev/null