diff --git a/src/Makefile b/src/Makefile index bc5fce5..a38eee1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,6 +27,6 @@ clean: $(OBJS) \ $(EXE) \ $(LIB) \ - $(DEPS) \ + *.d \ *.dSYM \ *.h.gch \ No newline at end of file diff --git a/test/Makefile b/test/Makefile index 090fcc0..1363b54 100644 --- a/test/Makefile +++ b/test/Makefile @@ -26,6 +26,6 @@ clean: rm -rf \ $(OBJS) \ $(EXE) \ - $(DEPS) \ + *.d \ *.dSYM \ *.h.gch \ No newline at end of file