aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-08-11 17:50:58 -0500
committerCalvin Rose <calsrose@gmail.com>2024-08-16 19:44:17 -0500
commit6ceff6ecc96b4c9bd63a91f965bfdc114d12b07d (patch)
tree880a5c2a42531b5f64ac2b514a81b1e11045a169 /Makefile
parentMerge pull request #1485 from sogaiu/tweak-add-bin-dest-arg (diff)
Work on the filewatch module.
Currently a wrapper around inotify, should be expanded to work with kqueue, icop, and eventually a implementation with polling and stat.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3af90c9..4e0c879b 100644
--- a/Makefile
+++ b/Makefile
@@ -139,6 +139,7 @@ JANET_CORE_SOURCES=src/core/abstract.c \
src/core/ev.c \
src/core/ffi.c \
src/core/fiber.c \
+ src/core/filewatch.c \
src/core/gc.c \
src/core/inttypes.c \
src/core/io.c \