LV2 Extensions
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.

9 lines
127B

  1. PREFIX ?= /usr/local
  2. all:
  3. clean:
  4. install:
  5. install -d $(DESTDIR)$(PREFIX)/lib/lv2
  6. cp -rv *.lv2 $(DESTDIR)$(PREFIX)/lib/lv2/