From 46727c74964faa1e165be81cdbe61c6dbd105b4c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 20:31:05 +0000 Subject: Tweaks for make clean / realclean. --- src/glw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/glw') diff --git a/src/glw/Makefile b/src/glw/Makefile index d5ec4d9f25..0950e76fd9 100644 --- a/src/glw/Makefile +++ b/src/glw/Makefile @@ -27,8 +27,10 @@ default: $(LIB_DIR)/$(GLW_LIB_NAME) clean: + -rm depend -rm -f *.o *~ + # Make the library $(LIB_DIR)/$(GLW_LIB_NAME): $(OBJECTS) $(TOP)/bin/mklib -o $(GLW_LIB) -major $(MAJOR) -minor $(MINOR) \ -- cgit v1.2.3