cleanup Makefile, add missing copyright file

This commit is contained in:
Dietmar Maurer
2018-11-30 17:09:50 +01:00
parent de7798142a
commit d3cb69c4e3
2 changed files with 19 additions and 0 deletions

View File

@ -19,3 +19,6 @@ deb:
clean:
cargo clean
rm -rf *.deb *.buildinfo *.changes build
find . -name '*~' -exec rm {} ';'