Move database compilation out into its own tool (for now).

This commit is contained in:
Jason S. Ninneman 2017-05-28 21:46:54 -07:00
parent d6b59a1c12
commit f0528b0ded
14 changed files with 588 additions and 404 deletions

View file

@ -1,5 +1,5 @@
#include <stdbool.h>
#include "database.h"
#include "database/database.h"
/* Statement functions
*