Merge pull request #2253 from lissyx/fix-clean-target

Remove useless make target 'bindings-clean'
This commit is contained in:
lissyx 2019-07-19 20:38:31 +02:00 committed by GitHub
commit 7fd7381871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ include definitions.mk
default: $(DEEPSPEECH_BIN) default: $(DEEPSPEECH_BIN)
clean: bindings-clean clean:
rm -f deepspeech rm -f deepspeech
$(DEEPSPEECH_BIN): client.cc $(DEEPSPEECH_BIN): client.cc