From 37e565375535cffd468e1bf40129dbc7dafff80f Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:53:59 +0000 Subject: [PATCH] Add makefile rule to build sample blobs out of assets/ (#1787) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 38b60cb6de..42f5c2fc47 100644 --- a/Makefile +++ b/Makefile @@ -683,6 +683,9 @@ endif # then assemble the samplebanks... +$(BUILD_DIR)/assets/audio/samples/%.bin: assets/audio/samples/%.bin + cp $< $@ + $(BUILD_DIR)/assets/audio/samples/%.bin: $(EXTRACTED_DIR)/assets/audio/samples/%.bin cp $< $@