Create an agent

This commit is contained in:
Petr Baudis 2011-11-26 19:41:03 +01:00
parent a131964cc0
commit 32dc354e60
4 changed files with 29 additions and 2 deletions

View file

@ -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 $@ $^