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

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