Add fs watcher

This commit is contained in:
kamkow1
2025-06-14 22:48:15 +02:00
parent fbe749a13e
commit 4196a4cad1
5 changed files with 204 additions and 2 deletions

View File

@ -18,7 +18,9 @@ int main(int argc, char ** argv)
"./routes.c",
"./baked.c",
"./mongoose.o",
"./gpp1"
"./gpp1",
"./tmpls/home.t",
"./tmpls/page-missing.t"
) {
RULE("./mongoose.o", "./mongoose/mongoose.c") {