summaryrefslogtreecommitdiffstats
path: root/examples/plugins/Amp-slv2.lv2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plugins/Amp-slv2.lv2/Makefile')
-rw-r--r--examples/plugins/Amp-slv2.lv2/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/plugins/Amp-slv2.lv2/Makefile b/examples/plugins/Amp-slv2.lv2/Makefile
new file mode 100644
index 0000000..55180c2
--- /dev/null
+++ b/examples/plugins/Amp-slv2.lv2/Makefile
@@ -0,0 +1,10 @@
+CFLAGS = -Wall -I../../../include -fPIC
+
+all: amp.so
+
+amp.so: amp.o
+ $(LD) amp.o -o amp.so -shared
+ rm amp.o
+
+clean:
+ rm *.o amp.so