Add compile_flags.txt, bundle.zip, commit.h to cleaning
This commit is contained in:
3
build.c
3
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) {
|
||||
|
Reference in New Issue
Block a user