aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-05-28 10:39:40 -0500
committerCalvin Rose <calsrose@gmail.com>2020-05-28 10:39:40 -0500
commitb68b0a256ebc42e62940c6083c67665bc1cc4b67 (patch)
treeead7efd43ab7e7801000bbad332b7e23a6e3b009 /Makefile
parentMake style consistent. (diff)
Start with ev module.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c6cb3d80..d57bb7bf 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ JANET_CORE_SOURCES=src/core/abstract.c \
src/core/corelib.c \
src/core/debug.c \
src/core/emit.c \
+ src/core/ev.c \
src/core/fiber.c \
src/core/gc.c \
src/core/inttypes.c \