Browse Source

Merge branch 'master' of github.com:VCVRack/Fundamental

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

+ 0
- 1
Makefile View File

@@ -15,7 +15,6 @@ 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