Browse Source

Create dep directory on Makefile launch

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

+ 1
- 1
Makefile View File

@@ -13,6 +13,7 @@ include $(RACK_DIR)/plugin.mk

# Dependencies

$(shell mkdir -p dep)
DEP_FLAGS += -fPIC
DEP_LOCAL := dep

@@ -20,7 +21,6 @@ DEPS += $(libsamplerate)
include $(RACK_DIR)/dep.mk

$(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)


Loading…
Cancel
Save