Add doc-clean and lgtm badge

This commit is contained in:
2021-05-11 09:03:26 +02:00
parent 4f04e72670
commit 79190ef2e1
4 changed files with 9 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ test: ## Run tests
doc: ## Update documentation
make -C docs --makefile=Makefile html
doc-clean: ## Update documentation
make -C docs --makefile=Makefile clean
help: ## Show help message
@IFS=$$'\n' ; \
help_lines=(`fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/:/'`); \
@@ -39,4 +42,4 @@ help: ## Show help message
printf "%-20s %s" $$help_command ; \
printf '\033[0m'; \
printf "%s\n" $$help_info; \
done
done