Compare commits
No commits in common. "b17d7543cf74e750b3cc4c7a8599028f54734a07" and "eb41bede5e5e0a1f351636ca075c664fb51a5b69" have entirely different histories.
b17d7543cf
...
eb41bede5e
2 changed files with 0 additions and 19 deletions
14
LICENSE.txt
14
LICENSE.txt
|
@ -1,14 +0,0 @@
|
|||
BSD Zero Clause License
|
||||
|
||||
Copyright (c) 2025 Imbus
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
5
Makefile
5
Makefile
|
@ -12,11 +12,6 @@ test: $(SUBDIRS) build
|
|||
$(MAKE) -j$(nproc) test -C $$dir; \
|
||||
done
|
||||
|
||||
check: $(SUBDIRS)
|
||||
@for dir in $(SUBDIRS); do \
|
||||
$(MAKE) -j$(nproc) check -C $$dir; \
|
||||
done
|
||||
|
||||
clean:
|
||||
@for dir in $(SUBDIRS); do \
|
||||
make -C $$dir clean; \
|
||||
|
|
Loading…
Reference in a new issue