aboutsummaryrefslogtreecommitdiff
path: root/Makefile.sccompile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.sccompile')
-rw-r--r--Makefile.sccompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sccompile b/Makefile.sccompile
index 9357afb..521fa15 100644
--- a/Makefile.sccompile
+++ b/Makefile.sccompile
@@ -3,7 +3,7 @@ BUILD_DIR ?= ./build
CXXFLAGS := $(CXXFLAGS)
LFLAGS := -fPIC -shared $(LFLAGS)
-scbuilddir := $(BUILD_DIR)/Supercollider
+scbuilddir := $(BUILD_DIR)/SuperCollider
extdir := $(scbuilddir)/Extensions
dspsrc := $(wildcard *.dsp)