Skip to content
Snippets Groups Projects
Commit 645e9860 authored by Niels Möller's avatar Niels Möller
Browse files

Invoke go build *without* any source file argument

parent 8ed4b555
Branches main
Tags v0.0.1
No related merge requests found
......@@ -2,4 +2,4 @@ all: main
.PHONY: main
main:
go build --buildvcs=true ./main.go
go build --buildvcs=true -o main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment