Skip to main content
summaryrefslogtreecommitdiffstats
blob: 51c583add463a051f66d46a296217fdc1e9b6440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
 #!/bin/sh
# (c) Copyright IBM Corp 1999, 2000
#

export IVE_HOME=~/ive/bin
export PATH=$IVE_HOME:$PATH

# TEMPORARY CODE
make -f makefile.mak clean
make -f makefile.mak

cp *.so $IVE_HOME

Back to the top