blob: 7e7bfcb69963b097e317f8bbce8ad9be6ed330ed [file] [log] [blame]
SUBDIRS = lib libutil modules samples
all tidy clean spotless install:
for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done