Skip to content
Snippets Groups Projects
Commit 1f48bf4f authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-01-07 13:14:36 by simonm]

remove the object files on a make clean.
parent f9be6a04
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: lib.mk,v 1.2 1996/11/21 16:50:35 simonm Exp $
# $Id: lib.mk,v 1.3 1997/01/07 13:14:36 simonm Exp $
# Useful variables:
......@@ -28,6 +28,7 @@ install :: $(ARCHIVE)
cd $(DESTDIR); $(RANLIB) $(INSTALLED_NAME)
clean ::
$(RM) $(LIBOBJS)
$(RM) $(ARCHIVE)
ifdef C_DEP_SRCS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment