1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Clean lib.o files too

This commit is contained in:
Witold Filipczyk 2006-07-09 16:56:57 +02:00 committed by Witold Filipczyk
parent 2d9e28bd68
commit eed1d25051

View File

@ -121,7 +121,7 @@ endif
rm .deps/$(*F).pp; \
fi
CLEAN += $(PROG) $(OBJS)
CLEAN += $(PROG) $(OBJS) $(LIB_O_NAME)
#############################################################################