Skip to content

Commit 51cd718

Browse files
committed
fix make
1 parent a4709c0 commit 51cd718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ submodules:
1414
git submodule update --recursive
1515

1616
$(NAME):
17-
$(GO) build github.com/lomik/$(NAME).go
17+
$(GO) build github.com/lomik/$(NAME)
1818

1919
gox-build:
2020
rm -rf out

0 commit comments

Comments
 (0)