Remove ts.bx in target clean
This commit is contained in:
parent
cd81f6a2ba
commit
8e2f03dc0b
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue