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

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