aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Makefile: Remove trailing whitespace & add last LFAdam Strzelecki2015-12-01
| | | | This is pure cleanup commit.
* Makefile: Auto-build CSS & bin-data when necessaryAdam Strzelecki2015-12-01
| | | | | 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-01
| | | | | 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-08
|
* add MakefileUnknwon2015-11-03