mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Support for (read-only) TCP connection agent communication
This commit is contained in:
parent
a72882a743
commit
6b3a51139a
5 changed files with 75 additions and 12 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CFLAGS=-Wall -O3 -g
|
||||
|
||||
OBJS=main.o map.o agent.o
|
||||
OBJS=main.o map.o agent.o connection.o
|
||||
|
||||
brmlife: $(OBJS)
|
||||
$(CXX) -o $@ $^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue