runkernel: remove debugging code
[syslinux.git] / com32 / Makefile
blob32d735633ab4c3488f8419c8a5a9209f0df1500b
1 SUBDIRS = lib libutil modules menu samples
3 all tidy clean spotless install:
4 set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done