mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Makefile: $(OBJS)
This commit is contained in:
parent
125d0a416e
commit
2c83064fa9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ CFLAGS=-Wall -O3 -g
|
|||
|
||||
OBJS=main.o map.o agent.o
|
||||
|
||||
brmlife: main.o map.o agent.o
|
||||
brmlife: $(OBJS)
|
||||
$(CXX) -o $@ $^
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue