improve README, remove some Makefile compile output

This commit is contained in:
2024-02-05 07:51:05 +01:00
parent e55ac95301
commit 635e4c8d9e
2 changed files with 7 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ cleanobjdir:
$(OBJDIR)/%.o: $(SRCDIR)/%.c | $(OBJDIR) $(DEPDIR) $(OBJDIR)/%.o: $(SRCDIR)/%.c | $(OBJDIR) $(DEPDIR)
@echo compiling $< "->" $@. @echo compiling $< "->" $@.
$(CC) -c $(DEPFLAGS) $(CPPFLAGS) $(CFLAGS) $< -o $@ @$(CC) -c $(DEPFLAGS) $(CPPFLAGS) $(CFLAGS) $< -o $@
##################################### brlib libraries ##################################### brlib libraries
.PHONY: cleanlib cleanlibdir .PHONY: cleanlib cleanlibdir

View File

@@ -7,16 +7,16 @@
This work is, with exceptions below, Copyright (C) 2021-2024 Bruno Raoult 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. ("br"), and licensed under the GNU General Public License v3.0 or later.
Some rights reserved. See COPYING. Some rights reserved. See COPYING.
*The licence exceptions are:** *** The licence exceptions are:*
_Cutest testing framework.__
You can find the original work on **** _Cutest testing framework.__
[[https://sourceforge.net/projects/cutest/files/cutest/][sourceforge]]. 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. 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 <https://spdx.org/licenses/Zlib.html>.
<https://spdx.org/licenses/Zlib.html>.
** Installation: ** Installation:
*** clone repository *** clone repository