Remove ts.bx in target clean

This commit is contained in:
hjp 2016-07-05 20:47:42 +00:00
parent cd81f6a2ba
commit 8e2f03dc0b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CONFDIR_exists=$(shell [ -d $(CONFDIR) ] && echo ok)
all: configure ts all: configure ts
clean: clean:
rm -f ts ts.o rm -f ts ts.bx ts.o
install: \ install: \
$(BINDIR)/ts \ $(BINDIR)/ts \