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
#238
from go-gitea/make-install
Really use go install on make install
for-closed-social
Thomas Boerger
8 years ago
committed by
GitHub
parent
b6b616b336
cc8c57458f
commit
ba2e75a0ab
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -66,8 +66,8 @@ test:
check
:
test
.PHONY
:
install
install
:
$(
BIN
)
/
$(
EXECUTABLE
)
cp $<
$(
GOPATH
)
/bin/
install
:
$(
wildcard
*.
go
)
go install -v -tags
'$(TAGS)'
-ldflags
'-s -w $(LDFLAGS)'
.PHONY
:
build
build
:
$(
BIN
)
/
$(
EXECUTABLE
)
Write
Preview
Loading…
Cancel
Save