diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-21 12:27:20 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-21 12:27:20 +0100 |
| commit | 243d958df14b85788232aca623b83826115a5eb9 (patch) | |
| tree | d1f698296b053359a5563731cda8c51df9ab9a6c | |
| parent | 8a36eb498e1a1c2cf2e886356faa4ce67e52e874 (diff) | |
| download | nihil-243d958df14b85788232aca623b83826115a5eb9.tar.gz nihil-243d958df14b85788232aca623b83826115a5eb9.tar.bz2 | |
rename modules/ to nihil/
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | nihil/CMakeLists.txt (renamed from modules/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | nihil/ctype.ccm (renamed from modules/ctype.ccm) | 0 | ||||
| -rw-r--r-- | nihil/fd.ccm (renamed from modules/fd.ccm) | 0 | ||||
| -rw-r--r-- | nihil/generator.ccm (renamed from modules/generator.ccm) | 0 | ||||
| -rw-r--r-- | nihil/generic_error.ccm (renamed from modules/generic_error.ccm) | 0 | ||||
| -rw-r--r-- | nihil/getenv.ccm (renamed from modules/getenv.ccm) | 0 | ||||
| -rw-r--r-- | nihil/guard.ccm (renamed from modules/guard.ccm) | 0 | ||||
| -rw-r--r-- | nihil/nihil.ccm (renamed from modules/nihil.ccm) | 0 | ||||
| -rw-r--r-- | nihil/tabulate.ccm (renamed from modules/tabulate.ccm) | 0 |
10 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c12885..9df3b46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_compile_options(-Wextra) add_compile_options(-Werror) add_compile_options(-Wpedantic) -add_subdirectory(modules) +add_subdirectory(nihil) add_subdirectory(tests) enable_testing() diff --git a/modules/CMakeLists.txt b/nihil/CMakeLists.txt index 383dd0a..383dd0a 100644 --- a/modules/CMakeLists.txt +++ b/nihil/CMakeLists.txt diff --git a/modules/ctype.ccm b/nihil/ctype.ccm index cc058cd..cc058cd 100644 --- a/modules/ctype.ccm +++ b/nihil/ctype.ccm diff --git a/modules/fd.ccm b/nihil/fd.ccm index ad96ea7..ad96ea7 100644 --- a/modules/fd.ccm +++ b/nihil/fd.ccm diff --git a/modules/generator.ccm b/nihil/generator.ccm index 82bcb27..82bcb27 100644 --- a/modules/generator.ccm +++ b/nihil/generator.ccm diff --git a/modules/generic_error.ccm b/nihil/generic_error.ccm index a582519..a582519 100644 --- a/modules/generic_error.ccm +++ b/nihil/generic_error.ccm diff --git a/modules/getenv.ccm b/nihil/getenv.ccm index 7397b79..7397b79 100644 --- a/modules/getenv.ccm +++ b/nihil/getenv.ccm diff --git a/modules/guard.ccm b/nihil/guard.ccm index 18c6d70..18c6d70 100644 --- a/modules/guard.ccm +++ b/nihil/guard.ccm diff --git a/modules/nihil.ccm b/nihil/nihil.ccm index 69cc282..69cc282 100644 --- a/modules/nihil.ccm +++ b/nihil/nihil.ccm diff --git a/modules/tabulate.ccm b/nihil/tabulate.ccm index debb784..debb784 100644 --- a/modules/tabulate.ccm +++ b/nihil/tabulate.ccm |
