Skip to content

Commit

Permalink
Update MAKEFILE
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Edwards <joed6834@colorado.edu>
  • Loading branch information
bearycool11 authored Nov 10, 2024
1 parent 56ffe44 commit 1784bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAKEFILE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pmll: unified_voice.o pml_logic_loop.o memory_silo.o io_socket.o main.o
arc_agi_benchmark: arc_agi_benchmark.o
$(CC) $(CFLAGS) $(ARC_AGI_BENCHMARK_CFLAGS) $(LDFLAGS) $(ARC_AGI_BENCHMARK_LDFLAGS) $(INCLUDES) -o arc_agi_benchmark arc_agi_benchmark.o

unified_voice.o: unified_voice.c
unified_voice.o: unified_voice.c memory_silo.h io_socket.h
$(CC) $(CFLAGS) $(INCLUDES) -c unified_voice.c

pml_logic_loop.o: pml_logic_loop.c
Expand Down

0 comments on commit 1784bb5

Please sign in to comment.