shithub: opus

ref: fbaabc13f0111296a64e565f7b8779b7f67602ca
dir: /Makefile/

View raw version
all: celt silk
	(cd src; make)

celt:
	(cd celt; make)

silk:
	(cd silk; make)