This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#2132
from nanoant/patch/do-not-fail-on-missing-lessc
Makefile: Do not fail build on missing lessc
for-closed-social
Unknwon
9 years ago
parent
eec06fb3df
eb6c634475
commit
15d62bba82
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@ -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'
.
Write
Preview
Loading…
Cancel
Save