0.8.7.57:
[sbcl.git] / src / runtime / GNUmakefile
index 1c5ae15..b147ca9 100644 (file)
@@ -55,7 +55,7 @@ sbcl: ${OBJS}
 
 .PHONY: clean all
 clean:
-       -rm -f depend *.o sbcl sbcl.nm core *.tmp
+       -rm -f depend *.o sbcl sbcl.nm core *.tmp $(CLEAN_FILES)
 
 TAGS: $(SRCS)
        etags $(SRCS)