summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-09 08:07:18 -0500
committerUnknwon <u@gogs.io>2015-12-09 08:07:18 -0500
commit15d62bba82b97a626ac2d6c55cc16537b47a9321 (patch)
tree63e7b35ac0c326d78e9d24806b6868c6aa52ff21
parenteec06fb3df7a9dc30f758bb1a100b5f1e8e01ab9 (diff)
parenteb6c634475caf35455f4b02acc52e9d53e3fa0b0 (diff)
downloadgitea-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--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f47958f67..61337d9949 100644
--- a/Makefile
+++ b/Makefile
@@ -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' .