diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-08-09 08:56:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 08:56:53 +0100 |
| commit | 408be791647c015c99963cc1b6d710f58d729dec (patch) | |
| tree | 35efb24716c331ee6bbe38e6fb0c8ab90079a373 /tooling/mkfs.hefs.json | |
| parent | 9ac7b512ace3f8a3f5613dbf940484a9fa3c82c2 (diff) | |
refactor! rename `tooling` to `tools`
feat: BenchKit improvements and libMsg authorship refactors.
Diffstat (limited to 'tooling/mkfs.hefs.json')
| -rw-r--r-- | tooling/mkfs.hefs.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tooling/mkfs.hefs.json b/tooling/mkfs.hefs.json deleted file mode 100644 index d29b7f73..00000000 --- a/tooling/mkfs.hefs.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "compiler_path": "g++", - "compiler_std": "c++20", - "headers_path": [ - "../" - ], - "sources_path": [ - "mkfs.hefs.cc" - ], - "output_name": "./dist/mkfs.hefs", - "cpp_macros": [ - "kMKFSHEFSVersion=0x0100", - "kMKFSHEFSVersionHighest=0x0100", - "kMKFSHEFSVersionLowest=0x0100" - ] -}
\ No newline at end of file |
