Merge branch 'master', remote branch 'origin' into chouffe
[profile/ivi/syslinux.git] / com32 / Makefile
1 SUBDIRS = 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