aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74cdaf7..c53dd8e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,6 @@ CFLAGS=-Wall -pedantic -O3 -MMD -MP
cover: $(OBJ)
clean:
- rm *.o *.d
+ rm $(OBJ) $(OBJ:.o=.d) cover
-include $(SRC:.c=.d)