Commit 89826bc2 authored by William Ahern's avatar William Ahern

forgot to delete EPS file on clean

parent b79ec2ee
...@@ -92,7 +92,7 @@ bench.eps: bench.plt $(foreach OP, add del expire, wheel-$(OP).dat heap-$(OP).da ...@@ -92,7 +92,7 @@ bench.eps: bench.plt $(foreach OP, add del expire, wheel-$(OP).dat heap-$(OP).da
.PHONY: clean clean~ .PHONY: clean clean~
clean: clean:
$(RM) -r timeout timeout8 timeout16 timeout32 timeout64 *.dSYM *.so *.o *.dat $(RM) -r timeout timeout8 timeout16 timeout32 timeout64 *.dSYM *.so *.dat *.eps
clean~: clean clean~: clean
$(RM) *~ $(RM) *~
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment