diff --git a/Makefile b/Makefile index d7cb80d..c529315 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ DEP_LOCAL := dep DEPS += $(libsamplerate) $(libsamplerate): + mkdir -p dep cd dep && $(WGET) http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz cd dep && $(UNTAR) libsamplerate-0.1.9.tar.gz cd dep/libsamplerate-0.1.9 && $(CONFIGURE)