mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-08 14:04:59 +08:00
Merge pull request #2132 from nanoant/patch/do-not-fail-on-missing-lessc
Makefile: Do not fail build on missing lessc
This commit is contained in:
2
Makefile
2
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' .
|
||||
|
Reference in New Issue
Block a user