diff --git a/Makefile b/Makefile index 9a14fb2..b339e62 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ RACK_DIR ?= ../.. FLAGS += -Idep/include SOURCES += $(wildcard src/*.cpp) -DISTRIBUTABLES += $(wildcard LICENSE*) res +DISTRIBUTABLES += res +DISTRIBUTABLES += $(wildcard LICENSE*) +DISTRIBUTABLES += $(wildcard presets) include $(RACK_DIR)/plugin.mk