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
Awlays build, even when it thinks it's up to date (
#351
)
for-closed-social
Kim "BKC" Carlbäcker
8 years ago
committed by
Lunny Xiao
parent
70134323d1
commit
cd0ce9f3d8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@ -86,6 +86,7 @@ install: $(wildcard *.go)
.PHONY
:
build
build
:
$(
EXECUTABLE
)
.PHONY
:
$(
EXECUTABLE
)
$(EXECUTABLE)
:
$(
wildcard
*.
go
)
go build -v -tags
'$(TAGS)'
-ldflags
'-s -w $(LDFLAGS)'
-o
$@
Write
Preview
Loading…
Cancel
Save