summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* make: use private overrideJari Vetoniemi2019-02-25
| | | | | not really needed as override has already been specified for CPPFLAGS before, but if those lines were removed/refactored, this would break.
* Makefile: Change default CPP/CFLAGSJari Vetoniemi2019-02-24
| | | | | | | -D_FORTIFY_SOURCE=2 and -O2 enables some useful diagnosis. Move WARNINGS into CFLAGS ?= assignment, as they are compiler specific. The default compilation flags assumes gcc, but can easily be changed by overriding CFLAGS and CPPFLAGS.
* Add memview.cJari Vetoniemi2018-10-22
|
* Nicer makefileJari Vetoniemi2018-10-21
|
* Refactor io utils, add *-address-rw toolsJari Vetoniemi2018-10-21
| | | | | | | Namespace io_ stuff into mem_io_ to be less likely to collision with anything else. Add io-stream utility for working with streams instead of direct buffers. Add address-rw tools for simple memory read/write, where regions aren't needed.
* Refactor project, offer uio variant of region-rwJari Vetoniemi2018-10-19
|
* Add some toolsJari Vetoniemi2018-10-18
|
* Remove cruft from makefileJari Vetoniemi2018-10-18
|
* Initial commitJari Vetoniemi2018-10-18