From 2e70abd0dec34c77a44907d5b3f15d7b4d0e80f1 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sat, 28 Jun 2025 01:50:25 +0200 Subject: [PATCH] Add compile_flags.txt, bundle.zip, commit.h to cleaning --- build.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.c b/build.c index f4814f7..01dd932 100644 --- a/build.c +++ b/build.c @@ -161,6 +161,9 @@ int main(int argc, char ** argv) remove1("./mongoose.o"); remove1("./gpp1"); remove1("./watcher"); + remove1("./compile_flags.txt"); + remove1("./bundle.zip"); + remove1("./commit.h"); } else if (strcmp(cmd, "make-watcher") == 0) { CMD("cc", "-o", "watcher", "watcher.c"); } else if (strcmp(cmd, "watch") == 0) {