summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add a makefile target for examplesJesse Luehrs2016-06-041-1/+8
|
* don't name a fake target the same thing as a real oneJesse Luehrs2016-06-041-1/+1
|
* add a help targetJesse Luehrs2016-06-041-4/+7
|
* don't call mkdir every time we compile somethingJesse Luehrs2016-06-041-2/+4
|
* quiet down output by defaultJesse Luehrs2016-06-041-5/+12
|
* these aren't linker flagsJesse Luehrs2016-06-041-1/+1
|
* try c1x for backcompat?Jesse Luehrs2016-06-041-2/+2
|
* enable c11 mode and add a feature test macroJesse Luehrs2016-06-041-2/+2
|
* enable pedanticJesse Luehrs2016-06-041-2/+2
|
* allow overriding the optimization levelJesse Luehrs2016-05-061-2/+3
| | | | make OPT=-O2
* move libs to the end of the linker flag listJesse Luehrs2016-05-061-1/+1
| | | | | some operating systems (ubuntu) require this: https://askubuntu.com/questions/194193/why-do-i-get-undefined-reference-errors-when-linking-against-openssl
* recognize most emoji as wideJesse Luehrs2016-05-031-1/+2
|
* `make clean` shouldn't fail when run twiceJesse Luehrs2016-04-251-1/+1
|
* add `make static` and `make all`Jesse Luehrs2016-04-251-1/+9
|
* initial commit, splitting this out from runesJesse Luehrs2014-09-131-0/+39