diff options
Diffstat (limited to 'examples/plugins/Amp-slv2.lv2/Makefile')
-rw-r--r-- | examples/plugins/Amp-slv2.lv2/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/plugins/Amp-slv2.lv2/Makefile b/examples/plugins/Amp-slv2.lv2/Makefile deleted file mode 100644 index eb7dfe1..0000000 --- a/examples/plugins/Amp-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 |