Skip to content

Commit

Permalink
Makefile: remove deepl
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Jul 25, 2019
1 parent d3f9251 commit b0867e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ check: test
$(BUILDDIR)/$(COMMAND) -V
[ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b 忍者`" = 'Ninja' ] &&\
[ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e bing 忍者`" = 'Ninja' ] &&\
[ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e yandex Ninja`" = 'Ninja' ] &&\
[ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e deepl -s en -t de hello`" = 'Hallo' ]
[ "`$(BUILDDIR)/$(COMMAND) -no-init -D -b -e yandex Ninja`" = 'Ninja' ]

install: build
@mkdir -p $(DESTDIR)$(PREFIX)/bin &&\
Expand Down

0 comments on commit b0867e0

Please sign in to comment.