Build binary at repo root

This commit is contained in:
iacore 2023-12-04 13:43:46 +00:00
parent 476756fb2d
commit 64b2981be3
Signed by: iacore
GPG key ID: F8C16E5157A63006
2 changed files with 1 additions and 7 deletions

6
.gitignore vendored
View file

@ -1,7 +1 @@
# SPDX-FileCopyrightText: 2021 Amolith <amolith@secluded.site>
#
# SPDX-License-Identifier: CC0-1.0
# Build directory
/out/
/go-webring

View file

@ -5,7 +5,7 @@
.PHONY: default clean all aix dragonfly darwin freebsd illumos netbsd linux openbsd plan9 solaris windows
default:
go build -o out/go-webring .
go build -o go-webring .
clean:
rm -rf out