From: Dietmar Maurer Date: Fri, 10 Mar 2017 09:49:31 +0000 (+0100) Subject: Makefile: remove genfont binary on cleanup X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=commitdiff_plain;h=0704718295f3507ebbf0d7976a95a8541aa6be53 Makefile: remove genfont binary on cleanup --- diff --git a/Makefile b/Makefile index 20c6cc7..543fe53 100644 --- a/Makefile +++ b/Makefile @@ -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