From eab87d6828f21d01dfd09bc01bf094ca5e176358 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 2 Oct 2025 11:38:57 +0200 Subject: configure: Remove slcl executable on distclean --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3a6b1ce..0c5a7b3 100755 --- a/configure +++ b/configure @@ -159,6 +159,7 @@ fi cat <<"EOF" >> $F distclean: clean + rm -f slcl rm Makefile EOF -- cgit v1.2.3