From 0704718295f3507ebbf0d7976a95a8541aa6be53 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 Mar 2017 10:49:31 +0100 Subject: [PATCH] Makefile: remove genfont binary on cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2