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>
clean:
$(RM) $(NVME) *.o *~ a.out NVME-VERSION-FILE *.tar* nvme.spec version control nvme-*.deb
$(MAKE) -C Documentation clean
+ $(RM) tests/*.pyc
clobber: clean
$(MAKE) -C Documentation clobber