Merge branch 'chaindev'
[profile/ivi/syslinux.git] / diag / Makefile
1 SUBDIRS = mbr geodsp
2
3 all tidy dist clean spotless install:
4         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done