5
0
mirror of git://git.proxmox.com/git/vncterm.git synced 2024-12-22 21:33:49 +03:00

Makefile: remove genfont binary on cleanup

This commit is contained in:
Dietmar Maurer 2017-03-10 10:49:31 +01:00
parent 90ba8cf67b
commit 0704718295

View File

@ -107,7 +107,7 @@ upload: ${DEB}
.PHONY: clean
clean:
rm -rf vncterm vncterm.1 vncterm_*.deb tigervnc *~ ${VNCDIR} vncterm-*.tar.gz glyph.h.tmp
rm -rf vncterm vncterm.1 vncterm_*.deb genfont tigervnc *~ ${VNCDIR} vncterm-*.tar.gz glyph.h.tmp
.PHONY: distclean
distclean: clean