summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-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
diff --git a/Makefile b/Makefile
index 29aa256..619c89f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1BIN = build/engine 1BIN = build/tb_db
2SRC = source/tb_db.c 2SRC = source/tb_db/tb_db.c
3 3
4# CC = gcc 4# CC = gcc
5CC = clang 5CC = 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
5internal b32 5internal b32
6is_alpha(u8 point) 6is_alpha(u8 point)