summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c710c68..f9da7d2 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ measure-series:
# TODO measure, first of all, the number of seconds from the beginning!!! (right now it's biased)
# TODO add cpu/ram usage (ping command COULD RETURN THAT!)
rm -f /tmp/soledadsync/*
- rm -f series.log
+ rm -f ./out/series.log
python measure-perf-series.py
graph-series:
- data=series.log ./graphit
+ data=./out/series.log ./graphit