This commit was generated by cvs2svn to compensate for changes in r1815,
[bootcd.git] / syslinux / com32 / Makefile
1 SUBDIRS = lib libutil modules samples
2
3 all tidy clean spotless install:
4         for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done