Skip to content

Commit

Permalink
mixertest: remove -v from Makefile to reduce build spam
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Oct 27, 2024
1 parent 2633371 commit ed2fe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mixertest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all: mixertest.z64
filesystem/%.wav64: assets/%.wav
@mkdir -p $(dir $@)
@echo " [AUDIO] $@"
@$(N64_AUDIOCONV) --wav-compress 3 -v -o filesystem $<
@$(N64_AUDIOCONV) --wav-compress 3 -o filesystem $<

$(BUILD_DIR)/mixertest.dfs: $(assets_conv)
$(BUILD_DIR)/mixertest.elf: $(OBJS)
Expand Down

0 comments on commit ed2fe70

Please sign in to comment.