Compare commits

...

1 Commits

Author SHA1 Message Date
635e4c8d9e improve README, remove some Makefile compile output 2024-02-05 07:51:05 +01:00
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -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
<https://spdx.org/licenses/Zlib.html>.
See [[test/cutest/license.txt][license local copy]] or <https://spdx.org/licenses/Zlib.html>.
** Installation:
*** clone repository