diag/mbr/: use checksize.pl to pad/prevent overflow
[profile/ivi/syslinux.git] / diag / Makefile
1 SUBDIRS = mbr
2
3 all tidy dist clean spotless install:
4         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done