build: Remove *~ files with make clean
These files are left around by emacs amongst other editors. Signed-off-by: Richard W.M. Jones <rjones@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
4d099c85df
commit
15119dcf6c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -152,7 +152,7 @@ valgrind: all
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(BIN) *.o seccomp.h pasta.1 \
|
$(RM) $(BIN) *~ *.o seccomp.h pasta.1 \
|
||||||
passt.tar passt.tar.gz *.deb *.rpm \
|
passt.tar passt.tar.gz *.deb *.rpm \
|
||||||
passt.pid README.plain.md
|
passt.pid README.plain.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue