diff options
author | Unknwon <u@gogs.io> | 2015-12-09 08:07:18 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-09 08:07:18 -0500 |
commit | 15d62bba82b97a626ac2d6c55cc16537b47a9321 (patch) | |
tree | 63e7b35ac0c326d78e9d24806b6868c6aa52ff21 | |
parent | eec06fb3df7a9dc30f758bb1a100b5f1e8e01ab9 (diff) | |
parent | eb6c634475caf35455f4b02acc52e9d53e3fa0b0 (diff) | |
download | gitea-15d62bba82b97a626ac2d6c55cc16537b47a9321.tar.gz gitea-15d62bba82b97a626ac2d6c55cc16537b47a9321.zip |
Merge pull request #2132 from nanoant/patch/do-not-fail-on-missing-lessc
Makefile: Do not fail build on missing lessc
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ NOW = $(shell date -u '+%Y%m%d%I%M%S') .PHONY: build pack release bindata clean +.IGNORE: public/css/gogs.css + build: $(GENERATED) go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)' cp '$(GOPATH)/bin/gogs' . |