Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: support for file specific makefiles | Tomasz Kramkowski | 2016-03-05 | 1 | -1/+2 |
| | |||||
* | Makefile no longer installs bin executable | Tomasz Kramkowski | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Added -D flag to install | Tomasz Kramkowski | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Makefile now has a help target as well as the all target | Tomasz Kramkowski | 2015-05-24 | 1 | -0/+5 |
| | |||||
* | Update makefile to better standards and practices. | Tomasz Kramkowski | 2015-03-09 | 1 | -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. |