aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5e204f9..3ba0330 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,7 +42,7 @@ blackmagic: $(OBJ)
.PHONY: clean host_clean
clean: host_clean
- $(RM) *.o *~ blackmagic $(HOSTFILES)
+ $(RM) *.o *.d *~ blackmagic $(HOSTFILES)
-include *.d