fix Makefiles so that make clean forces recompilation everywhere.

This commit is contained in:
Vítor Santos Costa
2010-08-05 22:18:46 +01:00
parent 8592db72d7
commit 35686156ca
3 changed files with 26 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ librfc822.a: $(OBJ)
################################################################
clean:
rm -f $(OBJ) *~ *.o *% a.out core config.log
rm -f $(OBJ) *~ *.o *% a.out core config.log librfc822.a
distclean: clean
rm -f Makefile config.status config.h librfc822.a