diff options
| author | Mel <mel@rnrd.eu> | 2026-01-22 03:55:02 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-01-22 03:55:02 +0100 |
| commit | 7f5d765c929a4dc2deddb7b68a41a3a841940837 (patch) | |
| tree | c442166ede9f6b4c3a82621a39d754dde8c407ac /boot/catboot.h | |
| parent | 30b04e4b2a90981570ae04095aeccd746ccdea6a (diff) | |
| download | catskill-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.h | 3 |
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" |
