diff --git a/GeneralUtility/doxygen/Makefile b/GeneralUtility/doxygen/Makefile index 7a1bb4f..c3daf90 100644 --- a/GeneralUtility/doxygen/Makefile +++ b/GeneralUtility/doxygen/Makefile @@ -1,6 +1,6 @@ all: # Copy all but the header of the readme here - tail ../../readme.md -n +2 > index.md + tail ../../readme.md -n +4 > index.md # # Run doxygen doxygen doxyfig diff --git a/readme.md b/readme.md index 06e9b82..5f01697 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![Build Status](https://drone.leonetienne.de/api/badges/leonetienne/GeneralUtility/status.svg)](https://drone.leonetienne.de/leonetienne/GeneralUtility) + # GeneralUtility is nothing but a useful, little utility library for my C++ projects. It is public because it is a submodule required to compile my other open source projects.