First commit ~0,10

This commit is contained in:
2021-09-08 21:26:43 +02:00
commit 37dffcdec3
188 changed files with 23679 additions and 0 deletions

13
G/MAKE-UNX Normal file
View File

@ -0,0 +1,13 @@
#/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/*