You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- bench: bench-recursive
- bench-recursive:
- @if test -n "$(SUBDIRS)"; then for subdir in $(SUBDIRS); do \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) bench) || exit 1; \
- done; \
- fi
-
- lolcheck: lolcheck-recursive
- lolcheck-recursive:
- @if test -n "$(SUBDIRS)"; then for subdir in $(SUBDIRS); do \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) lolcheck) || exit 1; \
- done; \
- fi
-
- .PHONY: lolcheck bench
|