From 635e4c8d9ee18d982c97f34b5417d3d7113010d8 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Mon, 5 Feb 2024 07:51:05 +0100 Subject: [PATCH] improve README, remove some Makefile compile output --- Makefile | 2 +- README.org | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index b6f4f4c..93c9c02 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ cleanobjdir: $(OBJDIR)/%.o: $(SRCDIR)/%.c | $(OBJDIR) $(DEPDIR) @echo compiling $< "->" $@. - $(CC) -c $(DEPFLAGS) $(CPPFLAGS) $(CFLAGS) $< -o $@ + @$(CC) -c $(DEPFLAGS) $(CPPFLAGS) $(CFLAGS) $< -o $@ ##################################### brlib libraries .PHONY: cleanlib cleanlibdir diff --git a/README.org b/README.org index d26be36..4ce1aaa 100644 --- a/README.org +++ b/README.org @@ -7,16 +7,16 @@ This work is, with exceptions below, Copyright (C) 2021-2024 Bruno Raoult ("br"), and licensed under the GNU General Public License v3.0 or later. + Some rights reserved. See COPYING. -*The licence exceptions are:** -_Cutest testing framework.__ -You can find the original work on -[[https://sourceforge.net/projects/cutest/files/cutest/][sourceforge]]. +*** The licence exceptions are:* + +**** _Cutest testing framework.__ +You can find the original work on [[https://sourceforge.net/projects/cutest/files/cutest/][sourceforge]]. This software is (C) 2000-2003 Asim Jalis, under the zlib License. -See [[test/cutest/license.txt][license local copy]] or -. +See [[test/cutest/license.txt][license local copy]] or . ** Installation: *** clone repository