aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Added DEBUG=true flag to makefileAlexander Pickering2018-10-13
| | | | | | | When compileing with DEBUG=true, gcc will build with no optimizations and with debugging symbols. When compileing without DEBUG=true, gcc with build with -O3 and no debugging symbols.
* Allows make install to work after installing onceAlex2018-01-18
|
* More changes for unix file pathsAlexander Pickering2018-01-18
| | | | Changed test file path from windows style to unix style.
* Removed object file & changed make fileAlexander Pickering2018-01-18
| | | | | | removed an object file that somehow made it into the repo Also chagned makefile to use unix style paths instead of windows style paths.
* Started writing unit testsAlexander Pickering2018-01-05
| | | | | Added some tests for good input. Also fixed a bug where an empty loop would crash.
* Made ctemplates more like a libraryAlexander Pickering2017-12-28
| | | | | Combined ctemplates.h and ctemplates_i.h into a single file, also included all header files as things to be installed in a library
* Renamed filesAlexander Pickering2017-12-22
Renamed everything that needed to be rename from libctemplate to libctemplates