aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: f91a599bc6a05938a795058d496ebfc94bdd9ea0 (plain)
1
2
3
4
5
6
7
8
SUBDIRS := $(wildcard model*/.)

all: $(SUBDIRS)

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

.PHONY: all $(SUBDIRS)