]> www.infradead.org Git - users/hch/nvme-cli.git/commit
Remove pyc files generated by 'make test'
authorBreno Leitao <breno.leitao@gmail.com>
Mon, 6 Feb 2017 13:10:57 +0000 (08:10 -0500)
committerBreno Leitao <breno.leitao@gmail.com>
Mon, 6 Feb 2017 13:10:57 +0000 (08:10 -0500)
commitf4ac349e183da40cd9feb11e010dcd1a2e5ee8d6
treea65f77d66e1aa769aaeec7ba6e6538129da61caa
parent7f904bb1f91b23b5257ee8a2d93eb5ab24c02834
Remove pyc files generated by 'make test'

When target 'test' is called, it generate some pyc files, that is not
removed by the target 'clean'.

This cause problem with the deb package, since the 'clean' target make
the source files equal to the original one.

Signed-off-by: Breno Leitao <breno.leitao@gmail.com>
Makefile