liblash

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

commit fcea9c6b10611e1ded2c338bc0559877f18fe34e
parent 32fa4534790b12832492f5930f91373ba068d94d
Author: nolash <dev@holbrook.no>
Date:   Wed,  8 Jan 2020 21:09:23 +0100

Add bootstrap script

Diffstat:
Abootstrap.sh | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/bootstrap.sh b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +libtoolize +aclocal +autoconf +autoheader +automake --add-missing