| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
b70930538e |
Makefile: Do not fail build on missing lessc
This is achieved by adding public/css/gogs.css to special .IGNORE target, which
makes inability to generate/update gogs.css non-fatal and not stopping whole
build process. User is still notified about missing lessc command though, since
inability to update CSS may lead to potential problems:
lessc public/less/gogs.less public/css/gogs.css
make: lessc: No such file or directory
make: [public/css/gogs.css] Error 1 (ignored)
More info at:
https://www.gnu.org/software/make/manual/html_node/Special-Targets.html
|
10 years ago |
|
|
ee9f85ccca |
Makefile: Remove trailing whitespace & add last LF
This is pure cleanup commit. |
10 years ago |
|
|
db67b9525a |
Makefile: Auto-build CSS & bin-data when necessary
This will ensure that running `make` we will get all necessary files built and we do not need manually remember to rebuild them. |
10 years ago |
|
|
344add8229 |
Makefile: Copy installed binary instead 2nd build
This speeds up single build/rebuild rather than install & build which compiles everything twice, we just copy installed binary back to the project root. |
10 years ago |
|
|
2e68e18401 | go vet and fix #1890 | 10 years ago |
|
|
d6262dd68a | add Makefile | 10 years ago |