projects
/
cubemap
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Separate out the acceptor stuff into its own file.
[cubemap]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
8b47a9f
..
11adc8b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,7
@@
PROTOC=protoc
CXXFLAGS=-Wall -O2 -g
LDLIBS=-lpthread -lprotobuf
-OBJS=main.o server.o serverpool.o mutexlock.o input.o parse.o state.pb.o
+OBJS=main.o server.o serverpool.o mutexlock.o input.o parse.o
markpool.o acceptor.o
state.pb.o
all: cubemap