Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
257B

  1. diff --git a/Makefile b/Makefile
  2. new file mode 100644
  3. index 0000000..d0dc367
  4. --- /dev/null
  5. +++ b/Makefile
  6. @@ -0,0 +1,8 @@
  7. +PREFIX ?= /usr/local
  8. +
  9. +all:
  10. +clean:
  11. +
  12. +install:
  13. + install -d $(DESTDIR)$(PREFIX)/lib/lv2
  14. + cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lib/lv2/