5 lines
No EOL
76 B
Makefile
5 lines
No EOL
76 B
Makefile
SUBDIRS = dsp
|
|
all:
|
|
for dir in $(SUBDIRS); do \
|
|
$(MAKE) -C $$dir; \
|
|
done
|