Got rid of bad color implementation

This commit is contained in:
Nox Sluijtman 2022-08-22 17:44:16 +02:00
parent 4d0ab352aa
commit 3afa5fb7db
7 changed files with 78 additions and 53 deletions

View file

@ -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)