Check metatarget
This commit is contained in:
parent
500bf19ef0
commit
b17d7543cf
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -12,6 +12,11 @@ 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