aboutsummaryrefslogtreecommitdiffstats
path: root/diag/Makefile
blob: 969acbb3ed8cc54492bc4f18ea4d85bc603303e7 (plain)
1
2
3
4
SUBDIRS = mbr geodsp

all tidy dist clean spotless install:
	set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done