Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: Remove trailing whitespace & add last LF | Adam Strzelecki | 2015-12-01 | 1 | -2/+2 |
| | | | | This is pure cleanup commit. | ||||
* | Makefile: Auto-build CSS & bin-data when necessary | Adam Strzelecki | 2015-12-01 | 1 | -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 build | Adam Strzelecki | 2015-12-01 | 1 | -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 #1890 | Unknwon | 2015-11-08 | 1 | -2/+7 |
| | |||||
* | add Makefile | Unknwon | 2015-11-03 | 1 | -0/+30 |