1
0
mirror of https://github.com/agdsn/xerxes.git synced 2026-06-19 21:58:01 +00:00

swapped out the epoll stuff in seperate files

This commit is contained in:
Jan Losinshi
2008-08-22 00:19:54 +02:00
parent ced4343f69
commit b64a998544
5 changed files with 110 additions and 59 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
OBJECTS=xerxes.cxx socket.cxx
OBJECTS=xerxes.cxx socket.cxx epoll.cxx
BIN=xerxes
$(BIN): $(OBJECTS)
@@ -12,4 +12,4 @@ test: $(BIN)
clean:
rm -f $(BIN) *.o *.cxx~ *.hxx~ Makefile~
.PHONY: all
.PHONY: all