diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 02:57:44 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-01-12 02:57:44 +0100 |
commit | d2239ec0d784e74e59fa30e5b904d78005a5be1c (patch) | |
tree | 22cbe7976ee860e1f71f9e6acb489a09e74212e0 | |
parent | 3cc3b2f1ff45938f3a68386b5ca768920d4c79d7 (diff) | |
download | kit-d2239ec0d784e74e59fa30e5b904d78005a5be1c.zip |
Update year; update sh scripts
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | gen_gl.c | 2 | ||||
-rw-r--r-- | gen_inl.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2022-2023 Mitya Selivanov +Copyright (c) 2022-2024 Mitya Selivanov Copyright (c) 2022 Yonggang Luo Copyright (c) 2016 Christian C. Sachs Copyright (c) 2012 yohhoy @@ -1,5 +1,5 @@ #if 0 -gcc -fsanitize=address,undefined,leak gen_gl.c -o gen_gl && ./gen_gl +gcc -fsanitize=address,undefined,leak gen_gl.c -o gen_gl && ./gen_gl && rm gen_gl exit #endif @@ -1,5 +1,5 @@ #if 0 -gcc -fsanitize=address,undefined,leak gen_inl.c -o gen_inl && ./gen_inl +gcc -fsanitize=address,undefined,leak gen_inl.c -o gen_inl && ./gen_inl && rm gen_inl exit #endif |