aboutsummaryrefslogtreecommitdiff
path: root/Makefile.sccompile
diff options
context:
space:
mode:
authorVee9ahd1 <>2021-05-12 14:50:47 -0400
committerVee9ahd1 <>2021-05-12 14:50:47 -0400
commit16d4b7afcc90536060722f5a53e64291478e2b55 (patch)
treefe23f0a67f42962634fbd58092708a414eb858cc /Makefile.sccompile
parent194676e190b827c6b12318213261d4e47ec7e6aa (diff)
added readmeHEADmaster
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)