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