summaryrefslogtreecommitdiff
path: root/src/glw
diff options
context:
space:
mode:
Diffstat (limited to 'src/glw')
-rw-r--r--src/glw/Makefile2
1 files changed, 2 insertions, 0 deletions
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) \