summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-01-20 17:53:59 +0000
committerGitHub <noreply@github.com>2025-01-20 09:53:59 -0800
commit37e565375535cffd468e1bf40129dbc7dafff80f (patch)
tree04b8adb3b7d49921f4414ead4c5dbd65746222fa /Makefile
parent680829d394b210cead788d732cb0e450fb870240 (diff)
Add makefile rule to build sample blobs out of assets/ (#1787)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38b60cb6d..42f5c2fc4 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 $< $@