Skip to content
Personal
Open source
Business
Explore
Sign up
Sign in
Pricing
Blog
Support
Watch
37
Star
1,067
Fork
31
redspread
/
spread
Code
Issues
29
Pull requests
0
Pulse
Graphs
Permalink
Browse files
changed install to build
Loading branch information
...
1 parent
659e04a
commit
ee9345b9bafe370e85ac1ce35c97d761c717ae54
ethernetdan
committed
Mar 21, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
Makefile
Show notes
View
2
Makefile
@@ -49,7 +49,7 @@ validate: lint checkgofmt vet
.PHONY
: build
build
:
-
$(
GO
)
install
$(
GOBUILD_FLAGS
)
$(
GOBUILD_LDFLAGS
)
$(
EXEC_PKG
)
+
$(
GO
)
build
$(
GOBUILD_FLAGS
)
$(
GOBUILD_LDFLAGS
)
$(
EXEC_PKG
)
build/spread-linux-static
:
GOOS=linux
$(
GO
)
build -o
$@
$(
GOBUILD_FLAGS
)
$(
STATIC_LDFLAGS
)
$(
EXEC_PKG
)
Toggle all file notes
0 comments on commit
ee9345b
Please
sign in
to comment.
Something went wrong with that request. Please try again.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
ee9345b