mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 14:24:24 +02:00
Cleanup
This commit is contained in:
parent
895b6a3646
commit
4d0ab352aa
3 changed files with 12 additions and 12 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue