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 \