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) {