summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-03 18:07:13 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-03 18:07:13 +0200
commit5044feb835653ba98ee48cf243fe5d3ab184fa3c (patch)
tree42e2f214506c88a7be98bd016174effc2479610f /Makefile
parent0243f128ddc7ee44db1a8b95f76eb726122ee1d5 (diff)
Implementing MMap for Linux, and fixing a few details.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3b36ec..c920641 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ BRegex.cc \
Handle.cc \
Input.cc \
Output.cc \
+MMap.cc \
Socket.cc \
Selectable.cc \
Buffer.cc \