commit 150c564d6501e10a6cc86ba5627f08eb08e1c05f
parent 045e49f345557fca9b436536b5ce1e4e84da9667
Author: Adam M <[email protected]>
Date: Sun, 2 Aug 2020 12:30:11 -0500
Include presets in build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -39,7 +39,7 @@ SOURCES += $(wildcard src/*.cpp)
# Add files to the ZIP package when running `make dist`
# The compiled plugin is automatically added.
-DISTRIBUTABLES += $(wildcard LICENSE*) res
+DISTRIBUTABLES += $(wildcard LICENSE*) res presets
# Include the VCV Rack plugin Makefile framework
include $(RACK_DIR)/plugin.mk