summaryrefslogtreecommitdiff
path: root/com32/Makefile
blob: 69a125e64f98a6d5973e8e7e66f7a8b081fd6c4b (plain)
1
2
3
SUBDIRS = lib gpllib libutil modules mboot menu samples rosh cmenu hdt gfxboot
all tidy dist clean spotless install:
	set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done