summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Remove trailing whitespace & add last LFAdam Strzelecki2015-12-011-2/+2
| | | | This is pure cleanup commit.
* Makefile: Auto-build CSS & bin-data when necessaryAdam Strzelecki2015-12-011-3/+14
| | | | | This will ensure that running `make` we will get all necessary files built and we do not need manually remember to rebuild them.
* Makefile: Copy installed binary instead 2nd buildAdam Strzelecki2015-12-011-1/+1
| | | | | This speeds up single build/rebuild rather than install & build which compiles everything twice, we just copy installed binary back to the project root.
* go vet and fix #1890Unknwon2015-11-081-2/+7
|
* add MakefileUnknwon2015-11-031-0/+30