aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: support for file specific makefilesTomasz Kramkowski2016-03-051-1/+2
|
* Makefile no longer installs bin executableTomasz Kramkowski2015-05-241-1/+1
|
* Added -D flag to installTomasz Kramkowski2015-05-241-1/+1
|
* Makefile now has a help target as well as the all targetTomasz Kramkowski2015-05-241-0/+5
|
* Update makefile to better standards and practices.Tomasz Kramkowski2015-03-091-0/+33
Makefile now installs to /usr/local/bin by default. Makefile now uses lower-case bindir and prefix. Makefile name changed from makefile to Makefile. Added DEBUG mode with alternate CFLAGS to makefile. LDLIBS can now be used to specify link libraries. Removed redundant target which now uses implicit target.