Compare commits
1 Commits
e55ac95301
...
635e4c8d9e
Author | SHA1 | Date | |
---|---|---|---|
635e4c8d9e |
2
Makefile
2
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
|
||||
|
12
README.org
12
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
|
||||
<https://spdx.org/licenses/Zlib.html>.
|
||||
See [[test/cutest/license.txt][license local copy]] or <https://spdx.org/licenses/Zlib.html>.
|
||||
|
||||
** Installation:
|
||||
*** clone repository
|
||||
|
Reference in New Issue
Block a user