Browse Source

Fix include directory, bump version

v0.6
Andrew Belt 6 years ago
parent
commit
6ff0fb298c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -1,8 +1,8 @@
RACK_DIR ?= ../..
SLUG = Fundamental
VERSION = 0.6.1
VERSION = 0.6.2

FLAGS += -Idep/include
FLAGS += -I./libsamplerate-0.1.9/src
SOURCES += $(wildcard src/*.cpp)
SOURCES += $(wildcard libsamplerate-0.1.9/src/*.c)
DISTRIBUTABLES += $(wildcard LICENSE*) res


Loading…
Cancel
Save