summaryrefslogtreecommitdiff
path: root/sysdep/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r--sysdep/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile
index 51ab98a9..a01e8f46 100644
--- a/sysdep/unix/Makefile
+++ b/sysdep/unix/Makefile
@@ -1,4 +1,4 @@
-src := alloc.c io.c krt.c log.c main.c random.c
+src := alloc.c io.c krt.c log.c main.c random.c coroutine.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)