build is no longer needed and invalid M.Z.

This commit is contained in:
cvs
2003-08-25 14:18:23 +00:00
parent 9939ac7958
commit acf5634ef7

29
build
View File

@ -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