Skip to content

Commit

Permalink
Fix typo (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Eisentraut <[email protected]>
  • Loading branch information
petere authored Dec 27, 2023
1 parent dcceb6d commit cbe14e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ info:
@echo " check : perform self-tests"
@echo " checkstyle: check source files for coding style issues"
@echo " release : finalize release and create git tag for specified VERSION"
@echo " test : same as 'make check"
@echo " test : same as 'make check'"

clean:
$(call echocmd," CLEAN lcov")
Expand Down

0 comments on commit cbe14e8

Please sign in to comment.