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