4 lines
99 B
Makefile
4 lines
99 B
Makefile
|
DIRS = strep fetopenstrep
|
||
|
all:
|
||
|
@for d in $(DIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|