Merge remote branch 'sha0/mdiskchk_enh2' into pathbased
[profile/ivi/syslinux.git] / com32 / Makefile
1 SUBDIRS = tools lib gpllib libutil modules mboot menu samples rosh cmenu \
2           hdt gfxboot sysdump
3 all tidy dist clean spotless install:
4         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done