summaryrefslogtreecommitdiff
path: root/chugins/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-18 20:55:49 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-18 20:55:49 +0100
commit46e77b128373ad7d10e004e790f1ff4d4021d4af (patch)
tree202cec07ab007396ab489bad96349ca4cbcd6dc0 /chugins/Makefile
parenta7278be9668c5f09165f7a673a54dfff324a65a2 (diff)
downloaddigitale-debutanten-master.tar.gz
added "soft" clipper based on arcus tangensHEADmaster
Diffstat (limited to 'chugins/Makefile')
-rw-r--r--chugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chugins/Makefile b/chugins/Makefile
index 0aee682..f577e10 100644
--- a/chugins/Makefile
+++ b/chugins/Makefile
@@ -3,8 +3,9 @@ CFLAGS ?= -O3
CFLAGS += -fPIC
CPPFLAGS += -I/usr/include/chuck -D__UNIX_JACK__ -D__LINUX_JACK__
CXXFLAGS += $(CFLAGS)
+LDFLAGS += -lm
-all : Clipper.chug
+all : Clipper.chug SoftClipper.chug
%.chug : %.o
$(CXX) -shared $(LDFLAGS) -o $@ $^