14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
#/bin/csh -f
|
|
#
|
|
# Gershon Elber, Feb 90.
|
|
#
|
|
|
|
cd lib
|
|
make -f makefile.unx libgif.a
|
|
cd ..
|
|
cd util
|
|
make -f makefile.unx all
|
|
make -f makefile.unx rle # Only if you have the rle tool kit!
|
|
cd ..
|
|
strip bin/*
|