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.

22 lines
355B

  1. FLAGS += \
  2. -fshort-enums -DTEST \
  3. -I./eurorack \
  4. -Wno-unused-local-typedefs
  5. SOURCES = $(wildcard src/*.cpp) \
  6. include ../../plugin.mk
  7. dist: all
  8. ifndef VERSION
  9. $(error VERSION is not set.)
  10. endif
  11. mkdir -p dist/av500
  12. cp LICENSE* dist/av500/
  13. cp plugin.* dist/av500/
  14. cp -R res dist/av500/
  15. cd dist && zip -5 -r av500-$(VERSION)-$(ARCH).zip av500