old-MTGos/modules/x86/Makefile
2016-08-02 21:27:44 +02:00

5 lines
No EOL
76 B
Makefile

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