mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 14:24:24 +02:00
Got rid of bad color implementation
This commit is contained in:
parent
4d0ab352aa
commit
3afa5fb7db
7 changed files with 78 additions and 53 deletions
4
Makefile
4
Makefile
|
@ -2,7 +2,7 @@ VERSION = 0.3
|
|||
PREFIX = /usr/local
|
||||
MANPREFIX = $(PREFIX)/share/man
|
||||
|
||||
SRC = main.go go.mod
|
||||
SRC = main.go go.mod go.sum Coin Dice
|
||||
|
||||
all: dice-roller
|
||||
|
||||
|
@ -14,7 +14,7 @@ clean:
|
|||
|
||||
dist: clean
|
||||
mkdir -p dice-roller-$(VERSION)
|
||||
cp -R zsh.completion LICENSE Makefile README.md dice-roller.1 Colors Coin Dice $(SRC) dice-roller-$(VERSION)
|
||||
cp -R zsh.completion LICENSE Makefile README.md dice-roller.1 $(SRC) dice-roller-$(VERSION)
|
||||
tar -cf dice-roller-$(VERSION).tar dice-roller-$(VERSION)
|
||||
gzip dice-roller-$(VERSION).tar
|
||||
rm -rf dice-roller-$(VERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue