Change `make myclean` to not remove Common.tmpl

This commit is contained in:
Juhani Krekelä 2021-04-20 14:22:24 +03:00
parent 9e0a0a1ca7
commit 77d8f2b28d
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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