From d2239ec0d784e74e59fa30e5b904d78005a5be1c Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 12 Jan 2024 02:57:44 +0100 Subject: Update year; update sh scripts --- LICENSE | 2 +- gen_gl.c | 2 +- gen_inl.c | 2 +- 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 -- cgit v1.2.3