0.8.18.8:
[sbcl.git] / src / runtime / GNUmakefile
index 1c5ae15..d60aeb9 100644 (file)
@@ -16,7 +16,6 @@ all: sbcl sbcl.nm
 # Config file
 CFLAGS =  -g -Wall -O3
 ASFLAGS = $(CFLAGS)
-DEPEND_FLAGS =
 CPPFLAGS = -I.
 
 # Some of these things might be Config-dependent in future versions,
@@ -55,7 +54,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)