In the current Lua.c32 DMI implementation, it is a flat table with dotted names in...
[syslinux.git] / com32 / Makefile
blobb59fd3f9fc52d4fea7f5b6990c92fe5438d29829
1 SUBDIRS = libupload tools lib gpllib libutil modules mboot menu samples rosh cmenu \
2 hdt gfxboot sysdump lua/src chain
4 all tidy dist clean spotless install:
5 set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done