Skip to content

Commit

Permalink
makefile: fix clean-tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Aug 2, 2024
1 parent c11999f commit 49aa0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ clean: clean-assets clean-tesseract

clean-tesseract:
$(RM) -rf $(CURDIR)/build/tesseract
cd repo/tesseract; make distclean

.PHONY: clean-assets
clean-assets:
Expand Down

0 comments on commit 49aa0da

Please sign in to comment.