commit | 4a9a21b95c7c4793182e8e7f0e6b70d8221eef04 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Feb 05 22:19:56 2015 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Fri Apr 03 14:19:18 2015 +0200 |
tree | dcc5c40b3eb3d3d23c91d680b61eba3b76c940a9 | |
parent | b6b833e7bc7742e64cdde599c341bff787a888d4 [diff] |
Makefile: remove the graphs/ dir on 'make clean' Currently, a 'make clean' leaves the graphs/ subdirectory in the output directory. This commit defines a GRAPHS_DIR variable, used by the different graph-generating targets, and which gets cleaned up in the 'clean' target. [Thomas: use the new GRAPHS_DIR variable in more places, as suggested by Yann.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>