Adding upstream version 3.30~pre4.
[syslinux-debian/hramrach.git] / com32 / Makefile
blob7e7bfcb69963b097e317f8bbce8ad9be6ed330ed
1 SUBDIRS = lib libutil modules samples
3 all tidy clean spotless install:
4 for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done