summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0424e3..16fb160 100644
--- a/Makefile
+++ b/Makefile
@@ -56,13 +56,18 @@ vpath %.cc src:tests
vpath %.c libcoro:libeio:libev
BALAU_SOURCES = \
-BString.cc \
Local.cc \
+Threads.cc \
+\
+BString.cc \
Main.cc \
Printer.cc \
+\
+Handle.cc \
+Input.cc \
+\
Task.cc \
TaskMan.cc \
-Threads.cc \
LIBCORO_SOURCES = \
coro.c \
@@ -78,6 +83,7 @@ TEST_SOURCES = \
test-Sanity.cc \
test-String.cc \
test-Tasks.cc \
+test-Handles.cc \
LIB = libBalau.a