mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 14:24:24 +02:00
Last bit of fuckery
This commit is contained in:
parent
b280f95403
commit
1423b8cbfa
2 changed files with 11 additions and 16 deletions
6
Makefile
6
Makefile
|
@ -11,12 +11,12 @@ dice-roller:
|
|||
go build -o dice-roller
|
||||
|
||||
clean:
|
||||
rm dice-roller
|
||||
rm -f dice-roller dice-roller-$(VERSION).tar.gz
|
||||
|
||||
dist: clean
|
||||
mkdir -p dice-roller-$(VERSION)
|
||||
cp -R LICENSE Makefile README.md $(SRC) dice-roller-$(VERSION)
|
||||
tar -cf dice-roller-$(VERSION).tar
|
||||
cp -R 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