diff --git a/src/makefile.c b/src/makefile.c index 56f6140..57ee677 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -1578,6 +1578,7 @@ static int _clean_targets(Config * config, FILE * fp) i = 0; } fputc('\n', fp); + targets = q; /* let each scripted target remove the relevant object files */ for(i = 0;; i++) {