liblash

A bianry tree implementation used for game development from scratch
git clone git://holbrook.no/liblash.git
Log | Files | Refs | LICENSE

bootstrap.sh (75B)


      1 #!/bin/bash
      2 
      3 libtoolize
      4 aclocal
      5 autoconf
      6 autoheader
      7 automake --add-missing