diff --git a/build b/build deleted file mode 100755 index 7acdcad0..00000000 --- a/build +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -#--------------------------------------------------------------------------- -# build SICS from Scratch -# -# Mark Koennecke, September 2000 -#-------------------------------------------------------------------------- - -#----- build hardsup -cd hardsup -make -cd .. - -#------- build tecs -cd tecs -make -cd .. - -#----- build difrac -#cd difrac -#make -#cd .. -# -#---- build matrix -cd matrix -make -cd .. - -#------- finally build SICS -make