Add mkllfs tool

This commit is contained in:
L-diy
2023-11-06 13:08:14 +01:00
parent c6023122fc
commit b058accd2a
4 changed files with 1033 additions and 0 deletions

6
mkllfs/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.26)
project(mkllfs C)
set(CMAKE_C_STANDARD 11)
add_executable(mkllfs main.c)