diff --git a/build b/build index fb739db0..9ff9811c 100755 --- a/build +++ b/build @@ -5,13 +5,13 @@ # Mark Koennecke, September 2000 #-------------------------------------------------------------------------- -#------- build tecs -cd tecs +#----- build hardsup +cd hardsup make cd .. -#----- build hardsup -cd hardsup +#------- build tecs +cd tecs make cd ..