6 lines
91 B
Makefile
6 lines
91 B
Makefile
all:
|
|
@echo "invoking adec-aac make"
|
|
$(MAKE) -C qdsp6
|
|
|
|
install:
|
|
$(MAKE) -C qdsp6 install
|