# SPDX-License-Identifier: BSD-2-Clause-Views # Copyright (c) 2020-2023 The Regents of the University of California TOPTARGETS := all clean SUBDIRS := $(wildcard */.) $(TOPTARGETS): $(SUBDIRS) $(SUBDIRS): $(MAKE) -C $@ $(MAKECMDGOALS) .PHONY: $(TOPTARGETS) $(SUBDIRS)