old-MTGos/modules/x86_64/Makefile

5 lines
76 B
Makefile
Raw Normal View History

SUBDIRS = dsp
all:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir; \
done