diff options
| author | 2024-08-11 17:50:58 -0500 | |
|---|---|---|
| committer | 2024-08-16 19:44:17 -0500 | |
| commit | 6ceff6ecc96b4c9bd63a91f965bfdc114d12b07d (patch) | |
| tree | 880a5c2a42531b5f64ac2b514a81b1e11045a169 /Makefile | |
| parent | Merge 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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
