Correctly handle switches between graphics and text mode
[syslinux.git] / com32 / Makefile
blob090ea93e2e0a5cd361756ac605379a2307f42b5b
1 SUBDIRS = lib libutil modules samples
3 all tidy clean spotless install:
4 set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done