Skip to content

Commit

Permalink
Small fix for .PHONY target in example/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 6, 2022
1 parent b7433a9 commit 35a7879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps:
diff: $(BASENAME).roundtrip.hocr $(BASENAME).hocr
$(DWDIFF) $^ || exit 0

.PHONY: diff
.PHONY: idiff
idiff: $(BASENAME).roundtrip.hocr $(BASENAME).hocr
$(DWDIFF) $^ | $(PAGER)

Expand Down

0 comments on commit 35a7879

Please sign in to comment.