Compare commits

..

No commits in common. "e22c87bfc3ffab8bc2e095301d9c45fb35191d21" and "75b550649ca0d2370e9c5ff5c00fe7019048baa3" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
all:
# Copy all but the header of the readme here
tail ../../readme.md -n +4 > index.md
tail ../../readme.md -n +2 > index.md
#
# Run doxygen
doxygen doxyfig

View File

@ -1,5 +1,3 @@
[![Build Status](https://drone.leonetienne.de/api/badges/leonetienne/BmpPP/status.svg)](https://drone.leonetienne.de/leonetienne/BmpPP)
# BmpPP
A simple, easy to use, BMP image interface for C++!