From d716495b27162dd197c5d1a31fdcd35050ddc343 Mon Sep 17 00:00:00 2001 From: Daniel Lundqvist Date: Sun, 30 Mar 2025 16:32:35 +0200 Subject: [PATCH] Stop cleaning "library directory from clean target. There was a reason for it. Punt this to the future. --- smakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smakefile b/smakefile index a17ba22..df2824c 100644 --- a/smakefile +++ b/smakefile @@ -24,7 +24,7 @@ configfile.lib : configfile.o configmodel.o sectionstore.o cregex/pattern.o creg # JOIN containers/stringarray.o containers/linearray.o containers/sectionarray.o containers/sectionmap.o AS containers/containers.lib clean: - delete \#?.o containers/\#?.o cregex/\#?.o $(NAME) ALL QUIET + delete \#?.o $(NAME) ALL QUIET cleanlibs: delete configfile.lib containers/\#?.o cregex/\#?.o ALL QUIET