@@ -61,17 +61,17 @@ help:
6161 @echo " $( PROJECT) C Makefile."
6262 @echo " The following commands are available:"
6363 @echo " "
64- @echo " make build : Build the library"
65- @echo " make clean : Remove any build artifact"
66- @echo " make deb : Build a DEB package"
67- @echo " make doc : Generate source code documentation"
68- @echo " make format : Format the source code"
69- @echo " make install : Install the library"
70- @echo " make rpm : Build an RPM package"
71- @echo " make test : Run the unit tests"
72- @echo " make tidy : Check the code using clang-tidy"
73- @echo " make uninstall : Uninstall the library"
74- @echo " make version : Set version from VERSION file"
64+ @echo " make build : Build the library"
65+ @echo " make clean : Remove any build artifact"
66+ @echo " make deb : Build a DEB package"
67+ @echo " make doc : Generate source code documentation"
68+ @echo " make format : Format the source code"
69+ @echo " make install : Install the library"
70+ @echo " make rpm : Build an RPM package"
71+ @echo " make test : Run the unit tests"
72+ @echo " make tidy : Check the code using clang-tidy"
73+ @echo " make uninstall : Uninstall the library"
74+ @echo " make version : Set version from VERSION file"
7575 @echo " "
7676
7777.PHONY : all
0 commit comments