From 77d8f2b28d62c86c3d2f476c87268692c62595c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Tue, 20 Apr 2021 14:22:24 +0300 Subject: [PATCH] Change `make myclean` to not remove Common.tmpl --- Imakefile | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Imakefile b/Imakefile index 7439847..ea21b68 100644 --- a/Imakefile +++ b/Imakefile @@ -26,7 +26,7 @@ MakefileSubdirs($(SUBDIRS)) InstallManSubdirs($(SUBDIRS)) myclean: clean - $(RM) Common.tmpl Makefile Makefile.bak make.err make.out .depend + $(RM) Makefile Makefile.bak make.err make.out .depend for i in $(SUBDIRS); do \ $(RM) $$i/Makefile $$i/Makefile.bak $$i/.depend; \ done diff --git a/README.md b/README.md index 65b688b..3ac484e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ use the shipped defaults), run This should give you a binary at `chimera/chimera`, which appears to be fully self-contained. +To clean up the source tree fully, use + + make myclean + +Unlike clean and distclean, this also removes the generated Makefiles. + Run-time configuration ---------------------- Chimera2 uses an x11-style resources file at ~/.chimera/resources, and will