This commit is contained in:
Nox Sluijtman 2022-08-22 00:07:42 +02:00
parent 895b6a3646
commit 4d0ab352aa
3 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@ SRC = main.go go.mod
all: dice-roller
dice-roller:
go build -o dice-roller
go build -o dice-roller -trimpath
clean:
rm -f dice-roller dice-roller-$(VERSION).tar.gz