aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Makefile: Add test target to run sqlitepp_testRobin Krahl2017-03-23
|
* Makefile: Add the library as a dependecy to the testRobin Krahl2017-03-23
|
* Move sources directly to src and rename to .cpp.Robin Krahl2017-03-23
|
* Move from CMake to a plain MakefileRobin Krahl2017-03-23
The Makefile contains the rules to build both the library and the test binary, and to create the HTML and LaTeX documentation. Settings like library paths and compiler options are set in config.mk.