flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://flightaware.github.io/speedtables/
BSD 3-Clause "New" or "Revised" License
66 stars 15 forks source link

Top-Level Makefile #15

Closed lehenbauer closed 13 years ago

lehenbauer commented 13 years ago

There should be a top-level Makefile or something similar. It's weird to have to cd in turn to each of three directories and do make / make install or whatever.

bovine commented 13 years ago

Agreed. I was delaying making the toplevel and the other two directories autoconf-enabled, but I can go ahead with that since we seem to agree it is the best direction.

bovine commented 13 years ago

fixed in 1.8.2