From 8e2f03dc0bb365335d1fa83ebc0d2f13d5d24a60 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 5 Jul 2016 20:47:42 +0000 Subject: [PATCH] Remove ts.bx in target clean --- ts/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/GNUmakefile b/ts/GNUmakefile index 7ad169b..993a084 100644 --- a/ts/GNUmakefile +++ b/ts/GNUmakefile @@ -6,7 +6,7 @@ CONFDIR_exists=$(shell [ -d $(CONFDIR) ] && echo ok) all: configure ts clean: - rm -f ts ts.o + rm -f ts ts.bx ts.o install: \ $(BINDIR)/ts \