summaryrefslogtreecommitdiff
path: root/com32/Makefile
blob: c4699cfdf916751a8ef722e25fd38ac667ace1dd (plain)
1
2
3
4
5
SUBDIRS = libupload tools lib elflink/ldlinux gpllib libutil modules mboot \
	  menu samples elflink 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