diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | source/tb_db/btree_impl.h (renamed from source/btree_impl.h) | 0 | ||||
| -rw-r--r-- | source/tb_db/csv_decoder.h (renamed from source/csv_decoder.h) | 0 | ||||
| -rw-r--r-- | source/tb_db/tb_db.c (renamed from source/tb_db.c) | 2 |
4 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | BIN = build/engine | 1 | BIN = build/tb_db |
| 2 | SRC = source/tb_db.c | 2 | SRC = source/tb_db/tb_db.c |
| 3 | 3 | ||
| 4 | # CC = gcc | 4 | # CC = gcc |
| 5 | CC = clang | 5 | CC = clang |
diff --git a/source/btree_impl.h b/source/tb_db/btree_impl.h index b7015bd..b7015bd 100644 --- a/source/btree_impl.h +++ b/source/tb_db/btree_impl.h | |||
diff --git a/source/csv_decoder.h b/source/tb_db/csv_decoder.h index 3d09dc6..3d09dc6 100644 --- a/source/csv_decoder.h +++ b/source/tb_db/csv_decoder.h | |||
diff --git a/source/tb_db.c b/source/tb_db/tb_db.c index cfa26b1..4ae247d 100644 --- a/source/tb_db.c +++ b/source/tb_db/tb_db.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #define BTREE_IMPLEMENTATION | 1 | #define BTREE_IMPLEMENTATION |
| 2 | #define BASE_UNITY | 2 | #define BASE_UNITY |
| 3 | #include "base/base_include.h" | 3 | #include "../base/base_include.h" |
| 4 | 4 | ||
| 5 | internal b32 | 5 | internal b32 |
| 6 | is_alpha(u8 point) | 6 | is_alpha(u8 point) |
