We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4709c0 commit 51cd718Copy full SHA for 51cd718
Makefile
@@ -14,7 +14,7 @@ submodules:
14
git submodule update --recursive
15
16
$(NAME):
17
- $(GO) build github.com/lomik/$(NAME).go
+ $(GO) build github.com/lomik/$(NAME)
18
19
gox-build:
20
rm -rf out
0 commit comments