summaryrefslogtreecommitdiff
path: root/com32/Makefile
blob: 43847bd456d490f3807c7769603726c26b61104e (plain)
1
2
3
4
5
SUBDIRS = tools lib gpllib libutil modules mboot menu samples rosh cmenu \
	  hdt gfxboot sysdump lua/src chain

all tidy dist clean spotless install:
	set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done