old-MTGos/modules/x86_64/Makefile
2016-08-03 22:02:04 +02:00

5 lines
No EOL
76 B
Makefile

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