From 78b925a4d86b57e58e6322b7cad7bc47098618fd Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Sun, 23 Aug 2026 04:49:51 +0000 Subject: initial commit There is some work to be done on top of this such as creating a way to manage memory to be freed later without needing to manually manage every pointer. Signed-off-by: Chloe M. --- core/.bop/cflags | 1 + core/.bop/posthook.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 core/.bop/cflags create mode 100644 core/.bop/posthook.sh (limited to 'core/.bop') diff --git a/core/.bop/cflags b/core/.bop/cflags new file mode 100644 index 0000000..1865e42 --- /dev/null +++ b/core/.bop/cflags @@ -0,0 +1 @@ +-Ihead diff --git a/core/.bop/posthook.sh b/core/.bop/posthook.sh new file mode 100644 index 0000000..e03550a --- /dev/null +++ b/core/.bop/posthook.sh @@ -0,0 +1 @@ +clang core/*.o -o defconf -- cgit v1.2.3