LIBS/G/MAKE-UNX
2021-09-08 21:26:43 +02:00

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/*