fix: add dispatcher.o to makefile to resolve linker errors
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
3
makefile
3
makefile
@@ -52,6 +52,9 @@ lib/microui.o: lib/microui.c lib/microui.h
|
|||||||
transport.o: transport.c transport.h
|
transport.o: transport.c transport.h
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
dispatcher.o: dispatcher.c dispatcher.h
|
||||||
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
test_engine.o: test_engine.c engine.h transport.h
|
test_engine.o: test_engine.c engine.h transport.h
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user