summaryrefslogtreecommitdiffhomepage
path: root/tooling/fsck.hefs.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-08-09 08:56:53 +0100
committerGitHub <noreply@github.com>2025-08-09 08:56:53 +0100
commit408be791647c015c99963cc1b6d710f58d729dec (patch)
tree35efb24716c331ee6bbe38e6fb0c8ab90079a373 /tooling/fsck.hefs.json
parent9ac7b512ace3f8a3f5613dbf940484a9fa3c82c2 (diff)
refactor! rename `tooling` to `tools`
feat: BenchKit improvements and libMsg authorship refactors.
Diffstat (limited to 'tooling/fsck.hefs.json')
-rw-r--r--tooling/fsck.hefs.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/tooling/fsck.hefs.json b/tooling/fsck.hefs.json
deleted file mode 100644
index d6ff4b0f..00000000
--- a/tooling/fsck.hefs.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "compiler_path": "g++",
- "compiler_std": "c++20",
- "headers_path": [
- "../"
- ],
- "sources_path": [
- "fsck.hefs.cc"
- ],
- "output_name": "./dist/fsck.hefs",
- "cpp_macros": [
- "kFSCKHEFSVersion=0x0100",
- "kFSCKHEFSVersionHighest=0x0100",
- "kFSCKHEFSVersionLowest=0x0100"
- ]
-} \ No newline at end of file