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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -683,6 +683,9 @@ endif
# then assemble the samplebanks... # 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 $(BUILD_DIR)/assets/audio/samples/%.bin: $(EXTRACTED_DIR)/assets/audio/samples/%.bin
cp $< $@ cp $< $@