about summary refs log tree commit diff
path: root/boot/catboot.h
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-22 03:55:02 +0100
committerMel <mel@rnrd.eu>2026-01-22 03:55:02 +0100
commit7f5d765c929a4dc2deddb7b68a41a3a841940837 (patch)
treec442166ede9f6b4c3a82621a39d754dde8c407ac /boot/catboot.h
parent30b04e4b2a90981570ae04095aeccd746ccdea6a (diff)
downloadcatskill-7f5d765c929a4dc2deddb7b68a41a3a841940837.tar.zst
catskill-7f5d765c929a4dc2deddb7b68a41a3a841940837.zip
LLVM clang compiler backend
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/catboot.h')
-rw-r--r--boot/catboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/catboot.h b/boot/catboot.h
index 621ed11..f7d3e2d 100644
--- a/boot/catboot.h
+++ b/boot/catboot.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2025, Mel G. <mel@rnrd.eu>
+ * Copyright (c) 2025-2026, Mel G. <mel@rnrd.eu>
  *
  * SPDX-License-Identifier: MPL-2.0
  */
@@ -19,3 +19,4 @@
 #include "parse.c"
 #include "visit.c"
 #include "transpile.c"
+#include "build.c"