summaryrefslogtreecommitdiff
path: root/com32/Makefile
blob: b59fd3f9fc52d4fea7f5b6990c92fe5438d29829 (plain)
1
2
3
4
5
SUBDIRS = libupload 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