From ed08b2732b6555bf69ae8add0c2eb32d794c77eb Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Fri, 20 Mar 2026 18:26:57 -0400 Subject: [PATCH 1/2] empty commit From e56e0a8bda0a25dce6586f7903ae14611d308b36 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Fri, 20 Mar 2026 18:34:44 -0400 Subject: [PATCH 2/2] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b091164..9e0709a9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CXXFLAGS += LDFLAGS += SOURCES += src/PureData.cpp -DISTRIBUTABLES += res examples +DISTRIBUTABLES += res patches DISTRIBUTABLES += $(wildcard LICENSE*) include $(RACK_DIR)/arch.mk