mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
Create an agent
This commit is contained in:
parent
a131964cc0
commit
32dc354e60
4 changed files with 29 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
|||
CFLAGS=-Wall -O3 -g
|
||||
|
||||
OBJS=main.o map.o
|
||||
OBJS=main.o map.o agent.o
|
||||
|
||||
brmlife: main.o map.o
|
||||
brmlife: main.o map.o agent.o
|
||||
$(CXX) -o $@ $^
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue