Add makefile rule to build sample blobs out of assets/ (#1787)

This commit is contained in:
Tharo
2025-01-20 17:53:59 +00:00
committed by GitHub
parent 680829d394
commit 37e5653755
+3
View File
@@ -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 $< $@