summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8f97c64ed7427cf8493f464d6a7b6072734bcba2 (about) (plain)
1
2
3
4
5
6
7
8
SUBDIRS := $(wildcard */.)

all : $(SUBDIRS)

$(SUBDIRS) :
	$(MAKE) -C $@

.PHONY : all $(SUBDIRS)