Add compile_flags.txt, bundle.zip, commit.h to cleaning

This commit is contained in:
kamkow1
2025-06-28 01:50:25 +02:00
parent b3a5860beb
commit 2e70abd0de

View File

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