improve README, remove some Makefile compile output
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
12
README.org
12
README.org
@@ -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
|
||||||
|
Reference in New Issue
Block a user