Skip to content

Commit b132a0c

Browse files
mpoulletFleker
authored andcommitted
Cleanup run_assistant_file dependencies. (#45)
AUDIO_SRCS are not needed to build run_assistant_file.
1 parent cb91035 commit b132a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ ASSISTANT_AUDIO_O = $(CORE_SRCS:.cc=.o) \
9292
$(AUDIO_INPUT_FILE_SRCS:.cc=.o) \
9393
$(ASSISTANT_AUDIO_SRCS:.cc=.o)
9494
ASSISTANT_FILE_O = $(CORE_SRCS:.cc=.o) \
95-
$(AUDIO_SRCS:.cc=.o) \
9695
$(AUDIO_INPUT_FILE_SRCS:.cc=.o) \
9796
$(ASSISTANT_FILE_SRCS:.cc=.o)
9897
ASSISTANT_TEXT_O = $(CORE_SRCS:.cc=.o) \

0 commit comments

Comments
 (0)