diff options
Diffstat (limited to 'config/conclude.in')
-rw-r--r-- | config/conclude.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in index 4e1b0b8..ff5f88b 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -69,7 +69,7 @@ uninstall: # remove things like object files but not libraries or executables. # mostlyclean: - $(RM) $(LIB_OBJ) $(PROG_OBJ) $(MOSTLYCLEAN) + $(RM) $(LIB_OBJ) $(TEST_OBJ) $(PROG_OBJ) $(MOSTLYCLEAN) # Like `mostlyclean' except it also removes the final targets: things like # libraries and executables. This target doesn't remove any file that |