summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-01-12 02:57:44 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-01-12 02:57:44 +0100
commitd2239ec0d784e74e59fa30e5b904d78005a5be1c (patch)
tree22cbe7976ee860e1f71f9e6acb489a09e74212e0
parent3cc3b2f1ff45938f3a68386b5ca768920d4c79d7 (diff)
downloadkit-d2239ec0d784e74e59fa30e5b904d78005a5be1c.zip
Update year; update sh scripts
-rw-r--r--LICENSE2
-rw-r--r--gen_gl.c2
-rw-r--r--gen_inl.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index bacfeb0..c5d170d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/gen_gl.c b/gen_gl.c
index 365b195..6452bb1 100644
--- a/gen_gl.c
+++ b/gen_gl.c
@@ -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
diff --git a/gen_inl.c b/gen_inl.c
index 557efef..0e1626b 100644
--- a/gen_inl.c
+++ b/gen_inl.c
@@ -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