Browse Source

Create dep directory

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
0543c35276
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -15,6 +15,7 @@ DEP_LOCAL := dep
DEPS += $(libsamplerate) DEPS += $(libsamplerate)


$(libsamplerate): $(libsamplerate):
mkdir -p dep
cd dep && $(WGET) http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz 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 && $(UNTAR) libsamplerate-0.1.9.tar.gz
cd dep/libsamplerate-0.1.9 && $(CONFIGURE) cd dep/libsamplerate-0.1.9 && $(CONFIGURE)


Loading…
Cancel
Save